[BUGS] BUG #1690: Problem with COPY command

2005-05-31 Thread Ralph Moser
The following bug has been logged online: Bug reference: 1690 Logged by: Ralph Moser Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.2 Operating system: Windows XP Pro / Linux Description:Problem with COPY command Details: Hi! If i dump a SQL_ASCII databas

[BUGS] pg_dump.exe is failing with a fatal error

2005-05-31 Thread Abhijeet Gupta
Hi, I am trying to take a backup of the database in windows 2000 server on cygwin environment. The command used is pg_dump.exe -O -d dbname > sampleDB error message : pg_dump: [archiver (db)] connection to database "dbname" failed : FATAL 1: user "Administrator" does not exist I am using Use

[BUGS] BUG #1689: problem with inheritance and foreign keys

2005-05-31 Thread
The following bug has been logged online: Bug reference: 1689 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Linux Description:problem with inheritance and foreign keys Details: - schema script --- create table empl

[BUGS] BUG #1687: Regular expression problem (II)

2005-05-31 Thread Halley Pacheco de Oliveira
The following bug has been logged online: Bug reference: 1687 Logged by: Halley Pacheco de Oliveira Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 and 8.0 Operating system: Linux and Windows Description:Regular expression problem (II) Details: Maybe it wou

Re: [BUGS] BUG #1678: pw_shadow BUS ERROR

2005-05-31 Thread Haluk GÜNÇER
Hello Neil, Does this output mean anything to you? $ gdb /usr/local/pgsql/bin/postgres /usr/local/pgsql/data/base/1/core bt . Core was generated by `postgres'. Program terminated with signal 10, Bus error. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared

[BUGS] BUG #1686: Regular expression problem

2005-05-31 Thread Halley Pacheco de Oliveira
The following bug has been logged online: Bug reference: 1686 Logged by: Halley Pacheco de Oliveira Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 and 8.0 Operating system: Linux and Windows Description:Regular expression problem Details: SELECT '200.222.1

Re: [BUGS] BUG #1678: pw_shadow BUS ERROR

2005-05-31 Thread Haluk GÜNÇER
I have already rebuilt it with -g option. Is it possible to get the binaries for HPUX from you? I wonder if the problem persists with yours. I would also like to get for solaris8 afterwards as well. thanks a lot. Haluk. - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To:

[BUGS] BUG #1688: inheritance and foreign key creation problem

2005-05-31 Thread
The following bug has been logged online: Bug reference: 1688 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Linux Description:inheritance and foreign key creation problem Details: --- create table employee ( __k

[BUGS] BUG #1685: sorting problem with LATIN2

2005-05-31 Thread Piotr Drozdowski
The following bug has been logged online: Bug reference: 1685 Logged by: Piotr Drozdowski Email address: [EMAIL PROTECTED] PostgreSQL version: 8.03 Operating system: Windows 2000 Prof. Description:sorting problem with LATIN2 Details: If table is created with ENCODIN

[BUGS] BUG #1691: Bug in DBMirror

2005-05-31 Thread Yury Don
The following bug has been logged online: Bug reference: 1691 Logged by: Yury Don Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Linux (Debian) Description:Bug in DBMirror Details: DBMirror doesn't mirror changes in sequences. I've exec

[BUGS] adding users

2005-05-31 Thread shd
hi , i am having this problem which i dont know how to solve : how to add users so they could login in sshd, but without having to add them in windows also, i just wanna add them in /etc/passwd but without windows recognize them too, the "createuser" doesn't do that , any place you reffer me or sul

[BUGS] BUG #1684: ERROR: Relation 17065 does not exist

2005-05-31 Thread fremaux
The following bug has been logged online: Bug reference: 1684 Logged by: fremaux Email address: [EMAIL PROTECTED] PostgreSQL version: 7.2.2 Operating system: Linux kernel 2.4.6.19-mdk Description:ERROR: Relation 17065 does not exist Details: Inserting data in a tabl

Re: [BUGS] BUG #1681: Selection problem

2005-05-31 Thread FREMAUX Benjamin SOFRECOM
Thank you Michael Fuhr a écrit : [Please copy the mailing list on replies so others can participate in and learn from the discussion.] On Fri, May 27, 2005 at 10:08:20AM +0200, FREMAUX Benjamin SOFRECOM wrote: I have effectively an index (PK) on list.group_artifact_id. I solved the problem

Re: [BUGS] BUG #1686: Regular expression problem

2005-05-31 Thread Alvaro Herrera
On Sat, May 28, 2005 at 11:22:12PM +0100, Halley Pacheco de Oliveira wrote: > [third query:] > > SELECT '200.222.197.219' SIMILAR TO '([\\w-]+).([\\w-]+).([\\w]+)'; > > ?column? > -- > f > (1 row) > > Why does the third query gives a different output? It is not exactly the > same as the

Re: [BUGS] BUG #1687: Regular expression problem (II)

2005-05-31 Thread Tom Lane
"Halley Pacheco de Oliveira" <[EMAIL PROTECTED]> writes: > Maybe it would be easier to see the the problem I'm having with regular > expressions this way: > Maybe it would be easier to see the the problem I'm having with regular > expressions this way: > SELECT '192.168.0.15' SIMILAR TO > '([[:al

Re: [BUGS] BUG #1688: inheritance and foreign key creation problem

2005-05-31 Thread Stephan Szabo
On Sun, 29 May 2005, wrote: > > The following bug has been logged online: > > Bug reference: 1688 > Logged by: > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.0.3 > Operating system: Linux > Description:inheritance and foreign key creation problem > Details: > > ---

Re: [BUGS] BUG #1689: problem with inheritance and foreign keys

2005-05-31 Thread Stephan Szabo
On Sun, 29 May 2005, wrote: > > The following bug has been logged online: > > Bug reference: 1689 > Logged by: > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.0.3 > Operating system: Linux > Description:problem with inheritance and foreign keys > Details: > > -

Re: [BUGS] BUG #1686: Regular expression problem

2005-05-31 Thread Bruno Wolff III
On Tue, May 31, 2005 at 11:15:23 -0400, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > > (Note that our ~ regexes are powered by code of Tcl's heritage, so you > could check Tcl's manual on regexes.) Aren't they based directly on Henry Spencer's code? ---(end of broadcast)

Re: [BUGS] BUG #1686: Regular expression problem

2005-05-31 Thread Tom Lane
Bruno Wolff III <[EMAIL PROTECTED]> writes: > On Tue, May 31, 2005 at 11:15:23 -0400, > Alvaro Herrera <[EMAIL PROTECTED]> wrote: >> (Note that our ~ regexes are powered by code of Tcl's heritage, so you >> could check Tcl's manual on regexes.) > Aren't they based directly on Henry Spencer's cod

[BUGS] THEY FOUND NEW ANTIDOTE

2005-05-31 Thread Mya Johnson
binq9qAzvUhT9.bin Description: