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
"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
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.
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
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