[BUGS] BUG #4599: bugfix for contrib/dblink module

2008-12-31 Thread Oleksiy Shchukin
The following bug has been logged online: Bug reference: 4599 Logged by: Oleksiy Shchukin Email address: oleksiy.shchu...@globallogic.com PostgreSQL version: 8.3.5 Operating system: all Description:bugfix for contrib/dblink module Details: Description --- Fu

Re: [BUGS] BUG #3818: Cross compilation problems

2008-12-31 Thread Richard Evans
Yes, that's true. There are also some changes to support general cross-compilation. Some more details: configure.in: if you not using system timezone data, src/timezone/Makefile builds a zic executable and then runs it to generate tzdata files. If you are cross compiling this won't work so

Re: [BUGS] pg_dumpall restore fails

2008-12-31 Thread Shaun Crampton
Thanks Tom. I've now successfully restored my database. I manually modified the SQL to include the missing statements. What prompted me to email the list was that I expected the dump tool to handle the incompatibilities between the versions automatically. I thought it was a bug that it didn't.

Re: [BUGS] BUG #4488: jdbc : DatabaseMetaData.getPrimaryKeys no result

2008-12-31 Thread Kris Jurka
On Mon, 29 Dec 2008, davidsarmstrong wrote: I get the same error. I've verified the table name and the primary key. The interesting part is, it seems to work in cases where the primary key is a serial. All I can say is the same as before, it works for me. If you can post a complete test ca