Re: [BUGS] Turkish locale bug

2001-02-21 Thread Tom Lane
Sezai YILMAZ <[EMAIL PROTECTED]> writes: > With Turkish locale it is not possible to write SQL queries in CAPITAL > letters. SQL identifiers like "INSERT" and "UNION" first are > downgraded to "ýnsert" and "unýon". Then "ýnsert" and > "unýon" does not match as SQL identifier. I believe this shoul

[BUGS] pg_dump failing on LinuxPPC

2001-02-21 Thread pgsql-bugs
Stu Coates ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description pg_dump failing on LinuxPPC Long Description pg_dump is failing (although differently from 7.0) on LinuxPPC, see example for details. Hardware: Apple Powermac G3 B&W

[BUGS] JDBC bug in 7.1b4

2001-02-21 Thread Rainer Mager
Hi all, I already reported this directly to Peter Mount but since I have since joined this list I thought I should make it a more wide-spread report. The issue is that if you use getDate() on a field that is a timestamp type then you will get an SQLException that wraps a NumberFor

[BUGS] pg_dump 7.1beta4 misses a table

2001-02-21 Thread pgsql-bugs
Tara Piorkowski ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description pg_dump 7.1beta4 misses a table Long Description I noticed in attempting to dump a database I was developing that one of the tables failed to get recreated from t

Re: [BUGS] pg_dump 7.1beta4 misses a table

2001-02-21 Thread Tom Lane
Tara Piorkowski ([EMAIL PROTECTED]) writes: > I noticed in attempting to dump a database I was developing that one > of the tables failed to get recreated from the dump file. Upon > examining the dump file I noticed that there's a placeholder for the > table but the actual "create" command is miss

Re: [BUGS] pg_dump failing on LinuxPPC

2001-02-21 Thread Tom Lane
[EMAIL PROTECTED] writes: > getAggregates(): SELECT failed. Explanation from backend: 'ERROR: Attribute >'aggtransfn1' not found'. Looks like you're trying to run a 6.5-or-older pg_dump against a 7.1 backend. Check your PATH. regards, tom lane