Re: [BUGS] jdbc driver return wrong medata values

2005-04-15 Thread Kris Jurka
On Thu, 14 Apr 2005, Xavier Maysonnave wrote: > postgresql-8.0-311.jdbc3.jar > > While analysing the index structures of a metadata table with the > following statement : > > ResultSet parts = dbMeta.getIndexInfo("aCatalog", "aMetaSchema", > "aTable", false, false); > ... > if (parts != null

Re: [BUGS] BUG #1595: Segmentation fault

2005-04-15 Thread Tom Lane
"Stéphane Bérubé" <[EMAIL PROTECTED]> writes: > i686-pc-linux-gnu-gcc -O3 -march=athlon-xp -pipe -fomit-frame-pointer -mmmx > -msse -m3dnow -mfpmath=sse -funroll-loops -Wall -Wmissing-prototypes > -Wpointer-arith -Wendif-labels -fno-strict-aliasing -I../../../src/include > -D_GNU_SOURCE -c -o tab

Re: [BUGS] BUG #1597: pg_dump --verbose ignores --disable-triggers

2005-04-15 Thread Tom Lane
"Jan Behrens" <[EMAIL PROTECTED]> writes: > pg_dump -a --disable-triggers > gives a different output than > pg_dump -a --disable-triggers -v Fixed for next release. Thanks for the report. regards, tom lane ---(end of broadcast)

Re: [BUGS] BUG #1598: using default 'now', or now() or CURRENT_TIMESTAMP

2005-04-15 Thread Richard Huxton
Nicolas HAHN wrote: The following bug has been logged online: Bug reference: 1598 Logged by: Nicolas HAHN Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: Fedora Core 3 Description:using default 'now', or now() or CURRENT_TIMESTAMP when creat

Re: [BUGS] BUG #1598: using default 'now', or now() or CURRENT_TIMESTAMP

2005-04-15 Thread Stephan Szabo
On Fri, 15 Apr 2005, Nicolas HAHN wrote: > > The following bug has been logged online: > > Bug reference: 1598 > Logged by: Nicolas HAHN > Email address: [EMAIL PROTECTED] > PostgreSQL version: 7.4.7 > Operating system: Fedora Core 3 > Description:using default 'now',

[BUGS] BUG #1596: Bad header in input lib

2005-04-15 Thread Guilherme Paiva Santos
The following bug has been logged online: Bug reference: 1596 Logged by: Guilherme Paiva Santos Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: WIndows XP Description:Bad header in input lib Details: When I try to linkedit my C Language pr

[BUGS] BUG #1595: Segmentation fault

2005-04-15 Thread Stéphane Bérubé
The following bug has been logged online: Bug reference: 1595 Logged by: Stéphane Bérubé Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.2 Operating system: Gentoo Base System version 1.4.16 Description:Segmentation fault Details: I'm getting seg fault on c

[BUGS] BUG #1598: using default 'now', or now() or CURRENT_TIMESTAMP when creating table does not work as expected

2005-04-15 Thread Nicolas HAHN
The following bug has been logged online: Bug reference: 1598 Logged by: Nicolas HAHN Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: Fedora Core 3 Description:using default 'now', or now() or CURRENT_TIMESTAMP when creating table does not

[BUGS] jdbc driver return wrong medata values

2005-04-15 Thread Xavier Maysonnave
Hi, Environment : Windows XP SP2 Postgres 8.0 JDK 1.5.0_02 postgresql-8.0-311.jdbc3.jar While analysing the index structures of a metadata table with the following statement : ResultSet parts = dbMeta.getIndexInfo("aCatalog", "aMetaSchema", "aTable", false, false); ... if (parts != null) { tr

[BUGS] BUG #1597: pg_dump --verbose ignores --disable-triggers

2005-04-15 Thread Jan Behrens
The following bug has been logged online: Bug reference: 1597 Logged by: Jan Behrens Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.1 Operating system: Linux 2.4.29 Description:pg_dump --verbose ignores --disable-triggers Details: pg_dump -a --disable-trig