Re: [BUGS] BUG #1156: Database is not initializing

2004-05-31 Thread Mr sangameswar m
Hello Sir, The following error is comming when i want to get into the database. $./psql psql: connectDBStart() -- connect() failed: No such file or directory Is the postmaster running locally and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'? if i type the following co

Re: [BUGS] BUG #1159: server closed the connection unexpectedly

2004-05-31 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > CREATE TABLE inventory ( > invnum character(8) NOT NULL, > description character(255) > ); > CREATE TABLE test ( > inv inventory > ); Table columns can't be composite types. It's possible this will work in 7.5, if anyone does more

[BUGS] BUG #1159: server closed the connection unexpectedly

2004-05-31 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1159 Logged by: Ilya S. Slyzhnyak Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Linux Description:server closed the connection unexpectedly Details: Server closes connection,