Re: [BUGS] index(fct(primary key)) kills INSERTs

2000-11-09 Thread Tom Lane
Frank Miles <[EMAIL PROTECTED]> writes: > If an index is created based on a function of the primary key, > you cannot insert new entries into the database. I think the critical point here is that your "function of the primary key" is actually doing a SELECT from the table: SELECT

[BUGS] index(fct(primary key)) kills INSERTs

2000-11-09 Thread Frank Miles
see attached bug-report To report any other bug, fill out the form below and e-mail it to [EMAIL PROTECTED] POSTGRESQL BUG REPORT TEMPLATE ==

Re: [BUGS] backend closed the channel unexpectedly?!?

2000-11-09 Thread Sean Kelly
On Wed, 08 Nov 2000 16:54:40 +0200, Martti Hertzen said: > testsqc=> DELETE FROM henkilo WHERE id = 12; > pqReadData() -- backend closed the channel unexpectedly. > This probably means the backend terminated abnormally > before or while processing the request. > The connectio