Re: [BUGS] Permissions problem with sequences

2004-09-25 Thread Michael Fuhr
On Thu, Sep 23, 2004 at 07:29:47PM -0400, Tom Lane wrote: > Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > > There is, however, an ownership problem with restoring sequences > > in 8.0.0beta. In 7.4.5, for example, pg_dump issues a SET SESSION > > AUTHORIZATION command and then creates a ta

Re: [BUGS] BUG #1269: Copy To Gives Relative path error when explicit path given.

2004-09-25 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > testdb=# COPY users TO 'D:\Program Files\PostgreSQL\DataFlatFiles\usersdata'; > ERROR: relative path not allowed for COPY to file You need to double the backslashes. Or use forward slashes. regards, tom lane

[BUGS] BUG #1269: Copy To Gives Relative path error when explicit path given.

2004-09-25 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1269 Logged by: William Mayhew Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: WIN 2000 Professional Description:Copy To Gives Relative path error when explicit path given.

Re: [BUGS] 8.0.0beta1: Ownership of implicit sequences after dump/restore

2004-09-25 Thread Bruce Momjian
This has been fixed in current CVS. --- Michael Fuhr wrote: > PostgreSQL version: 8.0.0beta1 > Operating system : Solaris 9 > > Backups created by pg_dump/pg_dumpall don't set the ownership of > implicitly-created sequence

Re: [BUGS] Beta 2 build failure using Cygwin/XP

2004-09-25 Thread Bruce Momjian
Would you email me your config.log privately? I need to see why the test for HAVE_INT_TIMEZONE is failing on Cygwin. The relivant configure test is: # PGAC_VAR_INT_TIMEZONE # - # Check if the global variable `timezone' exists. If so, define