Search Discussions
-
10
CUG
Hi, what would be the best way to implement a closed user group in an app with postgresql ? The app will be a cgi, so there will be an enormous number of 'guest'-users. Groups should be containable ...Nabil Sayegh
Feb 3, 2001 at 4:44 pm
Feb 5, 2001 at 8:49 pm -
Justin, Thank you for the response. Out of curosity, what type of memory usage are you experiencing with the current setup (14GB)? And have you figured out what your upgrade path may be? For ...
Michael Miyabara-McCaskey
Feb 2, 2001 at 5:45 am
Feb 7, 2001 at 7:40 pm -
I need every postgres account to be authenticated by password. However I would also like to have the local unix user 'postgres' to be able to bypass that password authentication. The reason is that I ...
Heath Johns
Feb 27, 2001 at 5:35 pm
Feb 27, 2001 at 11:39 pm -
1) Hi I am a novice in pgsql and I am trying to introduce a long text to one record... supposly text field size are unlimited but when I tried to insert the record the follow message appears : ERROR: ...
Hector Diaz
Feb 27, 2001 at 1:03 pm
Mar 1, 2001 at 5:23 pm -
A couple of general question about postgresql. 1) Does postgresql support unsigned datatypes? 2) Is there a maximum number of simultaneous connection to postgresql via JDBC? Mike
Mike Friesen
Feb 21, 2001 at 7:19 pm
Feb 21, 2001 at 9:18 pm -
Hi All, Thanks for the help on the 'lumper' vs. 'splitter' question. I asked my practice database: select count (*) from titles where price 20 It responded: PostgreSQL said: ERROR: Unable to identify ...
Conrad Schuler
Feb 7, 2001 at 7:35 pm
Feb 8, 2001 at 8:15 pm -
I've downloaded and printed off al the pgsql documentation from the greatbridge website, but can't find a comprehensive list of data types for pgsql columns. Can anyone point me in the right ...
Derek
Feb 1, 2001 at 10:17 am
Feb 5, 2001 at 3:36 pm -
I'm trying to update a column to it's orignal contents plus a space plus the contents of another column. UPDATE cases SET citation = citation + ' ' + text(year); (citation is text type and year is ...
Donald Braman
Feb 28, 2001 at 6:46 pm
Mar 3, 2001 at 1:07 am -
Hi. I am trying to copy tables. I want to copy a table in one database to a table in another database. The tables are identical. Here is to code and the error when using DBI. Can I just use ...
Robert Kernell
Feb 20, 2001 at 3:50 pm
Feb 27, 2001 at 1:01 pm -
Hello, I have a pgsql db (v.6.5.3) with some tables. On my pc1 I have created a MS access front end (with ODBC) with these tables linked. When I start the MS access front end from my pc2 (same ODBC ...
Carsten Huettl
Feb 15, 2001 at 7:59 am
Feb 20, 2001 at 11:55 am -
I'm looking for a good college-level text that covers general database design and implementation. I've copies of all the PostgreSQL documentation and they are fine when it comes to answering ...
John Burski
Feb 6, 2001 at 2:23 pm
Feb 7, 2001 at 1:39 pm -
2
upgrade
I have upgraded from PostgreSQL 7.0.2 to 7.1beta4. I am trying to convert a database from the older version to work in the newer version. Unfortunately ALL I have is the base directory zipped up ...Peter T. Brown
Feb 28, 2001 at 10:06 pm
Feb 28, 2001 at 11:35 pm -
I'm afraid this will expose me as a true SQL novice. But this is the place for that, so here goes... Here's a simplified version of what I want to do. Anyone know how? Or can anyone just tell me with ...
James McMurry
Feb 28, 2001 at 12:14 am
Feb 28, 2001 at 4:00 am -
Are there any Win32 client tools for interacting with PostgreSQL? Are they version specific v7, v6? Thanks Dan
Dan Hoover
Feb 23, 2001 at 5:59 pm
Feb 25, 2001 at 4:18 am -
My apologies to the lists...in trying to stop my own spam, I spammed you all. This has now been fixed. Again, sorry for any inconvenience. -Ken
Ken Corey
Feb 13, 2001 at 2:20 am
Feb 21, 2001 at 4:50 pm -
Hi: Check This!
Mike Hammonds
Feb 13, 2001 at 3:36 pm
Feb 13, 2001 at 5:15 pm -
Are client connections to the database thread-safe? Can each client thread have its own connection? What happens if multiple threads share one connection? For instance, can one thread open a ...
Gunkel, Marc B
Feb 12, 2001 at 9:09 pm
Feb 13, 2001 at 2:26 pm -
anyone have an idea why this won't work? when i print out "i" it says 893, but it should be 41. and the values are null for the array $userinfo. thanks in advance, andy arledge if(!($result= ...
Andy Arledge
Feb 12, 2001 at 4:48 am
Feb 12, 2001 at 5:28 am -
Hi All, I am managing a database design project. It will database our entire website including: images, articles, bibliography, ecommerce, membership in website, site statistics, etc. The 'lumper' ...
Conrad Schuler
Feb 7, 2001 at 1:52 am
Feb 7, 2001 at 3:23 am -
Hello All, How would I go about importing a large M$ Excel sheet into a PostgreSQL database? Regards, Ben Hooper ------------------------------------------------ Systems Consultant Email: ...
Ben Hooper
Feb 1, 2001 at 12:51 pm
Feb 5, 2001 at 3:37 pm -
Does anyone know where to get a precomiled mod of php4 for apache that is setup for pgsql? I can't sen to find the docs on how to do this. Herbie Pabst
Herb Pabst
Feb 2, 2001 at 5:00 pm
Feb 2, 2001 at 11:30 pm -
Hello, I'm using Kdevelop and PostgreSQL 7.0.3. When compiling, including libpq++, I have the following errors : everytime there is the word string in .h files from libp++, Kdevelop said there is a ...
Stéphane EVEILLARD
Feb 22, 2001 at 8:10 am
Feb 23, 2001 at 6:37 pm -
Hello All, I have installed the latest version of PostgreSQL 7.0.3 and all seems to be fine with it. My problem is that I have used www-sql in the past with MySQL which works fine, but since I have ...
Lonnie
Feb 23, 2001 at 6:36 pm
Feb 23, 2001 at 6:36 pm -
I have a table/class filled with records/instances in which I accidentally set the fields/attributes data type to text rather than boolean. I now have 75,000 records with 't' and 'f' So now I want to ...
Donald Braman
Feb 19, 2001 at 11:38 pm
Feb 20, 2001 at 9:06 am -
I have installed Postgres to Linux 2.2.16-22 and everything seemed to go fine until I tried to create a new database. I get the error message "USer no in pg_shadow". When I try createuser connected ...
Michele Heikkilä
Feb 14, 2001 at 5:45 pm
Feb 14, 2001 at 7:08 pm -
What is the current status of compatibility of pgsql to Darwin and OS X Beta? I see some activity last december. What are the current plans? Thanks john
John James
Feb 12, 2001 at 8:41 pm
Feb 12, 2001 at 9:14 pm -
How can I update several columns in one UPDATE query ? The users's guide says: UPDATE table SET col = expression [, ...] [ FROM fromlist ] [ WHERE condition ] But this is what I get: jd= CREATE TABLE ...
Johan Daine
Feb 12, 2001 at 3:02 pm
Feb 12, 2001 at 3:35 pm -
Hi! I am after a power outage and some fsck. pg_dump gives me 'backend dies' messages but only on certain tables. The faulty tables give only the schema. How can I recover my data? Regards, Zoltan ...
Boszormenyi Zoltan
Feb 12, 2001 at 12:57 pm
Feb 12, 2001 at 1:03 pm -
Hello again, I want to normalize an existing table. Is there a way to drop the unwanted columns in my original table? SQL-alter does not seem to do it, neither can I specify the columns used in ...
Stefan Waidele jun.
Feb 10, 2001 at 9:13 pm
Feb 10, 2001 at 11:18 pm -
I am writing my first trigger & function. First question: --------------- I can't get psql to take the function declaration. ds=# CREATE FUNCTION trigger_insert_update_copay() ds-# RETURNS opaque ...
Dan B
Feb 10, 2001 at 4:47 am
Feb 10, 2001 at 5:58 am -
Hi all! I am having troubles getting started with a database, I have pgsql installed, but can not seem to connect. I am running Linux Mandrake 7.2 here is what I get from the command line: ...
Fred Schroeder
Feb 8, 2001 at 8:19 pm
Feb 9, 2001 at 4:50 am -
Hello, I have a Qube2 and I want to install a software which needs postgresql installation Postgresql is not installed on my Qube2 and my kernel is 2.0.34 ; mips nevada v10.0 I have found on the net ...
Benoit Le-Dizes
Feb 6, 2001 at 1:44 pm
Feb 6, 2001 at 2:58 pm -
Hi All, I'm trying to call a plpgsql function: func(varchar(255).varchar(255).varchar(255).varchar(255).varchar(255).varchar(255).varchar(255).varchar(255).varchar(255).varchar(255).varchar(255)); ...
Ken Corey
Feb 6, 2001 at 7:54 am
Feb 6, 2001 at 8:04 am -
At freshmeat.net there is an entry for a program dbf2sql. However trying to go to the homepage times out. Any ideas where I could get such a program? I also saw the dbf2pgsql, but the program seemed ...
Francisco Reyes
Feb 3, 2001 at 5:17 am
Feb 5, 2001 at 3:38 pm -
I'm sure there is a simple answer, but I haven't found it yet. Permission is being denied and I don't see why... Here's the table structure:(please ignore irregularities in syntax due to sanitizing ...
Ericnielsen
Feb 4, 2001 at 9:20 pm
Feb 4, 2001 at 9:36 pm -
I am a bit frustrated with the postgresql.org archives. The two different times I have tried it was unusable. Searchinges the "General" list archive returned an error about URL not found. A day or ...
Francisco Reyes
Feb 3, 2001 at 5:15 am
Feb 3, 2001 at 6:03 am -
I just installed PostgreSQL-6.5.2 on a box running Red Hat Linux 6.2 and I've run into the following problem with MultiByte Strings. Initially when I compiled it, it had been configured with ...
Allen Kimberly
Feb 28, 2001 at 4:18 pm
Feb 28, 2001 at 4:18 pm -
Hello all, I am trying to populate a field in a table by looking up values from another table. Here are my (simplified tables): CREATE TABLE small( id char(14), addr int4, street char(15), city ...
Larry Holish
Feb 27, 2001 at 7:13 pm
Feb 27, 2001 at 7:13 pm -
I have 2 table with the same primary key. If I try and do a join on them, it is very slow unless I explicitly specify in my select statement that those two keys are equal. Is there any way to tell ...
Mike Friesen
Feb 26, 2001 at 6:06 pm
Feb 26, 2001 at 6:06 pm -
Hi, Just wondering if PostgreSQL 7.0.3 runs OK on solaris 2.8. Thanks. Kevin Sprague NRCAN ksprague@nrcan.gc.ca
Ksprague
Feb 23, 2001 at 6:36 pm
Feb 23, 2001 at 6:36 pm -
I can post info to PostgreSQL from a webform via JSP, and I can post reports from PostgreSQL to a webpage. Can anyone tell me how I might format a PostgreSQL report to a web page so that it will ...
Richard Ehrlich
Feb 20, 2001 at 8:09 pm
Feb 20, 2001 at 8:09 pm -
Hi, Not sure if the first posting went through ... here it is again: Just wondering if PostgreSQL 7.0.3 runs OK on solaris 2.8. Thanks. Kevin Sprague NRCAN ksprague@nrcan.gc.ca
Ksprague
Feb 20, 2001 at 2:01 pm
Feb 20, 2001 at 2:01 pm -
What user did you run initdb as? Apparently it wasn't "postgres" ... No, I must have done that as root. (Which is not in pg_shadow either) Cheers, Michele Heikkilä
Michele Heikkilä
Feb 16, 2001 at 7:28 pm
Feb 16, 2001 at 7:28 pm -
I'm trying to use an r-tree indexed search on a box data type, but the explain statement tells me that a sequence scan is being preformed instead. The table has 130 000 tuples and I can't beleive the ...
Geordie Hobart
Feb 12, 2001 at 8:36 pm
Feb 12, 2001 at 8:36 pm -
Hi, You make a mistake in your update query . You must just write one time set command. Your Correct query is : PDATE foo SET v2=3,v3=4 WHERE v1=1 ; Cheers, PEJAC Pascal
Pejac
Feb 12, 2001 at 3:33 pm
Feb 12, 2001 at 3:33 pm -
Hi, Yes it's possible in where clause. exemple: create table t1 (id integer,name varchar(55)); create table t2 (id integer,name varchar(55)); insert into t1 values (1,'toto'); INSERT 25005844 1 log=# ...
Pejac
Feb 12, 2001 at 3:16 pm
Feb 12, 2001 at 3:16 pm -
I need to keep a database of objects, some of which contain arbitrary length arrays of other objects in the database. My plan is to use Postgresql objects for each object, then keep arbitrary length ...
Raymond Golish
Feb 12, 2001 at 3:02 pm
Feb 12, 2001 at 3:02 pm -
0
UPDATES
Hello, I want to update mutiple rows on one specific table in the database. However I do not know the old value in the database but do have a PRIMARY KEY which will be specific to one value in the ...Etienne De Kerckhove
Feb 12, 2001 at 2:55 pm
Feb 12, 2001 at 2:55 pm -
0
BLOB
Hi, I'm currently using 7.0.3 What standard or at least compatible ways to we have to store large objects (in terms of the language only) ? Should I wait until 7.1 ? Is TOAST compatible (e.g. with ...Nabil Sayegh
Feb 12, 2001 at 12:19 pm
Feb 12, 2001 at 12:19 pm -
Hi, I am getting a file not found on the JDBC page http://jdbc.postgresql.org/Templates/docs Does anyone know another URL to this stuff, or have a copy? I am trying to get info on support for ...
Eric Frazier
Feb 12, 2001 at 7:08 am
Feb 12, 2001 at 7:08 am
Group Overview
group | pgsql-novice |
categories | postgresql |
discussions | 57 |
posts | 147 |
users | 77 |
website | postgresql.org |
irc | #postgresql |
77 users for February 2001
Archives
- August 2013 (95)
- July 2013 (81)
- June 2013 (29)
- May 2013 (56)
- April 2013 (42)
- March 2013 (42)
- February 2013 (104)
- January 2013 (41)
- December 2012 (12)
- November 2012 (61)
- October 2012 (70)
- September 2012 (61)
- August 2012 (94)
- July 2012 (112)
- June 2012 (103)
- May 2012 (127)
- April 2012 (92)
- March 2012 (155)
- February 2012 (120)
- January 2012 (104)
- December 2011 (149)
- November 2011 (125)
- October 2011 (88)
- September 2011 (77)
- August 2011 (86)
- July 2011 (92)
- June 2011 (165)
- May 2011 (125)
- April 2011 (121)
- March 2011 (160)
- February 2011 (116)
- January 2011 (147)
- December 2010 (126)
- November 2010 (195)
- October 2010 (173)
- September 2010 (197)
- August 2010 (160)
- July 2010 (159)
- June 2010 (226)
- May 2010 (158)
- April 2010 (131)
- March 2010 (161)
- February 2010 (204)
- January 2010 (107)
- December 2009 (50)
- November 2009 (193)
- October 2009 (93)
- September 2009 (127)
- August 2009 (244)
- July 2009 (160)
- June 2009 (108)
- May 2009 (135)
- April 2009 (129)
- March 2009 (71)
- February 2009 (56)
- January 2009 (136)
- December 2008 (66)
- November 2008 (104)
- October 2008 (102)
- September 2008 (90)
- August 2008 (78)
- July 2008 (83)
- June 2008 (66)
- May 2008 (82)
- April 2008 (126)
- March 2008 (94)
- February 2008 (140)
- January 2008 (158)
- December 2007 (72)
- November 2007 (128)
- October 2007 (126)
- September 2007 (121)
- August 2007 (132)
- July 2007 (113)
- June 2007 (188)
- May 2007 (157)
- April 2007 (138)
- March 2007 (122)
- February 2007 (169)
- January 2007 (110)
- December 2006 (108)
- November 2006 (152)
- October 2006 (176)
- September 2006 (225)
- August 2006 (327)
- July 2006 (239)
- June 2006 (226)
- May 2006 (260)
- April 2006 (311)
- March 2006 (218)
- February 2006 (278)
- January 2006 (321)
- December 2005 (338)
- November 2005 (245)
- October 2005 (253)
- September 2005 (218)
- August 2005 (287)
- July 2005 (204)
- June 2005 (224)
- May 2005 (322)
- April 2005 (383)
- March 2005 (356)
- February 2005 (293)
- January 2005 (388)
- December 2004 (276)
- November 2004 (279)
- October 2004 (207)
- September 2004 (222)
- August 2004 (333)
- July 2004 (203)
- June 2004 (122)
- May 2004 (148)
- April 2004 (153)
- March 2004 (230)
- February 2004 (215)
- January 2004 (309)
- December 2003 (240)
- November 2003 (214)
- October 2003 (265)
- September 2003 (314)
- August 2003 (321)
- July 2003 (267)
- June 2003 (337)
- May 2003 (344)
- April 2003 (276)
- March 2003 (262)
- February 2003 (304)
- January 2003 (357)
- December 2002 (267)
- November 2002 (265)
- October 2002 (286)
- September 2002 (211)
- August 2002 (196)
- July 2002 (264)
- June 2002 (177)
- May 2002 (362)
- April 2002 (277)
- March 2002 (221)
- February 2002 (285)
- January 2002 (197)
- December 2001 (123)
- November 2001 (233)
- October 2001 (202)
- September 2001 (130)
- August 2001 (144)
- July 2001 (131)
- June 2001 (119)
- May 2001 (156)
- April 2001 (197)
- March 2001 (264)
- February 2001 (147)
- January 2001 (328)
- December 2000 (241)
- November 2000 (207)
- October 2000 (171)
- September 2000 (112)
- August 2000 (159)
- July 2000 (161)
- June 2000 (123)
- May 2000 (47)