From: | <pejac(at)altern(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | BUG WITH CREATE FUNCTION....... |
Date: | 2000-12-07 10:06:16 |
Message-ID: | 200012071007.eB7A7PP56118@mail.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
My pgsql an postgres ( version V 7.0.2 ) stop with an error when i write
the following query under pgsql :
create function test(text) returns text AS '' LANGUAGE 'sql';
ERROR under pgsql :
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
Error under postmaster :
ERROR: ProcedureCreate: procedure toto already exists with same arguments
Server process (pid 21532) exited with status 11 at Thu Dec 7 10:55:08 2000
Terminating any active server processes...
Server processes were terminated at Thu Dec 7 10:55:08 2000
Reinitializing shared memory and semaphores
The Data Base System is starting up
DEBUG: Data Base System is starting up at Thu Dec 7 10:55:08 2000
DEBUG: Data Base System was interrupted being in production at Thu Dec 7 10:38:10 2000
DEBUG: Data Base System is in production state at Thu Dec 7 10:55:08 2000
Regards
PEJAC Pascal
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2000-12-07 10:17:23 | Re: CRC was: Re: beta testing version |
Previous Message | xuyifeng | 2000-12-07 08:46:28 | pre-beta is slow |