[BUGS] Cluster fails

2000-05-10 Thread Mark Kirkwood
Your name :Mark Kirkwood Your email address :[EMAIL PROTECTED] System Configuration - Architecture (example: Intel Pentium) :Intel Pentuim Operating System (example: Linux 2.0.26 ELF) :Linux 2.2.14-5.0 ELF (Redhat 6.2) PostgreSQL vers

[BUGS] CLUSTER bug

2000-05-10 Thread Darren Steven
Sorry for a downer on an excellent piece of software. -- Darren Steven Applications Specialist Networking Tasmania Telstra Australia Ph.1800 813 302 If PostgreSQL failed to compile on your computer or you found a bug that is likely to be specific to one platform then please fill out this form

[BUGS] regression tests 7.0: instructional copy typo.

2000-05-10 Thread Philip Hallstrom
This is incredibly minor, but I thought I'd send it anyway. If you don't want stuff like this let me know.. After running the regression test via "gmake runtest" for version 7.0, the last bit of output says: -- ACTUAL RESU

Re: [BUGS] CLUSTER bug

2000-05-10 Thread Bruce Momjian
Here is a reproducable failure for CLUSTER. Please, someone, find out why this is happening so we can get it off our TODO list. I now get: test=> cluster i_te on prauflage; ERROR: temp_4c92 is an index relation --

Re: [BUGS] CLUSTER bug

2000-05-10 Thread Bruce Momjian
We have gotten sporatic reports of problems with CLUSTER. Perhaps this will prompt someone to find the problem and FIX IT FOR 7.0.1. :-) > Sorry for a downer on an excellent piece of software. > > -- > Darren Steven > Applications Specialist > Networking Tasmania > Telstra Australia > Ph.1800

Re: [BUGS] Error in pgaccess (parse error at or near """) on createnew user with password

2000-05-10 Thread Peter Eisentraut
Tom Lane writes: > > The password must be single-quoted nowadays. Put that on the 7.0.1 list > > I'd say single quotes is correct behavior for the password, actually. > Double quotes are only appropriate in a position where an SQL name is > wanted. The underlying syntax is really > CREATE

Re: [BUGS] Error in pgaccess (parse error at or near """) on createnew user with password

2000-05-10 Thread Bruce Momjian
[Charset ISO-8859-1 unsupported, filtering to ASCII...] > Tom Lane writes: > > > > The password must be single-quoted nowadays. Put that on the 7.0.1 list > > > > I'd say single quotes is correct behavior for the password, actually. > > Double quotes are only appropriate in a position where an S

Re: [BUGS] CLUSTER bug

2000-05-10 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > We have gotten sporatic reports of problems with CLUSTER. Perhaps this > will prompt someone to find the problem and FIX IT FOR 7.0.1. :-) The "sporadic" aspect probably had something to do with referencing already-freed storage, which looks like a bu