[BUGS] transaction block: server closed the connection unexpectedly

2004-09-05 Thread Koju Iijima
Hi While testing 8.0's transaction mechanism, I encountered this error: (I can reproduce this error with the latest cvs codes) Welcome to psql 8.0.0beta2, the PostgreSQL interactive terminal. Type:

Re: [BUGS] Permissions problem with sequences

2004-09-05 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > However, of course the best thing is to just fix it, which I guess I'll > have a crack at... Given that pg_dump does put out GRANT/REVOKE operations on the sequence, it's certainly aware that the sequence exists. I suspect this is just a fixa

Re: [BUGS] plpgsql error handling bug

2004-09-05 Thread Gaetano Mendola
Tom Lane wrote: > [EMAIL PROTECTED] writes: > >>I found a bug in the behaviour of plpgsql error handling system >>while trying to handle foreign key violation exception. > > > This is not a bug in the exception system. > > The problem is that FK constraints are enforced by triggers that do not > fi

Re: [BUGS] plpgsql error handling bug

2004-09-05 Thread Tom Lane
[EMAIL PROTECTED] writes: > I found a bug in the behaviour of plpgsql error handling system > while trying to handle foreign key violation exception. This is not a bug in the exception system. The problem is that FK constraints are enforced by triggers that do not fire until the end of the outer

Re: [BUGS] plpgsql error handling bug

2004-09-05 Thread Stephan Szabo
On Sun, 5 Sep 2004 [EMAIL PROTECTED] wrote: > I found a bug in the behaviour of plpgsql error handling system > while trying to handle foreign key violation exception. > > When this error occured, control doesn't jump to exception handling block. > It moves to the next statement instead. When con

Re: [BUGS] Permissions problem with sequences

2004-09-05 Thread Tom Lane
Michael Fuhr <[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 table, so implicitly-created > sequences are restored with the correct ownershi

Re: [BUGS] readline selection (was Re: [GENERAL] psql leaking? - SOLVED)

2004-09-05 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> (2) fix the readline header selection so that it will only take the >> headers that correspond to the selected library. > That sounds like a pretty hard problem to solve. It didn't seem that bad to me. One problem is to not select

[BUGS] plpgsql error handling bug

2004-09-05 Thread Ivan-Sun1
Hello. I found a bug in the behaviour of plpgsql error handling system while trying to handle foreign key violation exception. When this error occured, control doesn't jump to exception handling block. It moves to the next statement instead. When control leaves the function exception is occured.

[BUGS] Failed to connect to database - further investigations

2004-09-05 Thread Harald Armin Massa
Still running Postgresql 8.0 beta1 from the binary MSI Installer, Windows XP Professional now Sevice Pack 2 Stopped the running service, started Postgresql from the command line to get some debugging output: C:\Programme\PostgreSQL\8.0-beta1\bin>postmaster.exe -i WARNING: could not find a match