[BUGS] BUG #5046: java developer

2009-09-10 Thread mahmoud badr
The following bug has been logged online: Bug reference: 5046 Logged by: mahmoud badr Email address: alien_...@yahoo.com PostgreSQL version: 8.4 Operating system: windows Description:java developer Details: when trying to create POJOs from Netbeans IDE they aren't c

Re: [BUGS] BUG #5048: psql: \g doesn't redirect COPY TO STDOUT, but redirects next query

2009-09-10 Thread Tom Lane
"Andrew Deryabin" writes: > [pg...@localhost:site]=# COPY (SELECT 1) TO STDOUT \g filename.ext The way you're supposed to do that is with \copy. It might be more consistent to do it as above, but I'm not sure anyone will take the time to make it happen ... regards, tom la

[BUGS] BUG #5048: psql: \g doesn't redirect COPY TO STDOUT, but redirects next query

2009-09-10 Thread Andrew Deryabin
The following bug has been logged online: Bug reference: 5048 Logged by: Andrew Deryabin Email address: and...@deryabin.com PostgreSQL version: 8.4 Operating system: FreeBSD Description:psql: \g doesn't redirect COPY TO STDOUT, but redirects next query Details: [pg.

[BUGS] BUG #5047: Not able to connect from Informatica

2009-09-10 Thread Rohan jamadagni
The following bug has been logged online: Bug reference: 5047 Logged by: Rohan jamadagni Email address: rohan.jamada...@tcs.com PostgreSQL version: 8.3.7 Operating system: Linux Rhel 5.0 Description:Not able to connect from Informatica Details: Hi We are trying to

Re: [BUGS] BUG #5038: WAL file is pending deletion in pg_xlog folder, this interferes with WAL archiving.

2009-09-10 Thread Heikki Linnakangas
Heikki Linnakangas wrote: > Tom Lane wrote: >> Heikki Linnakangas writes: >>> No, it's a backend that's holding the file open, with FILE_SHARE_DELETE. >> If that's the only case we care about covering, then rename might be >> enough. I was just wondering what it would take to solve the more >> ge