FATAL 1: Database dialup does not exist in pg_database
Hello,
When I execute the command "psql dialup" , I receive this message:
postgres@www:/usr/local/pgsql/data/base/dialup$ psql dialup
Connection to database 'dialup' failed.
FATAL 1: Database dialup does not exist in pg_database
What can I do?
--
Best regards,
roco mailto:roco@rieder.net.py
This is a forwarded message
From: roco <roco@rieder.net.py>
To: pgsql-bugs@postgresql.org
Date: Friday, September 27, 2002, 2:49:47 PM
Subject: FATAL 1: Database dialup does not exist in pg_database
===8<==============Original message text===============
Hello,
When I execute the command "psql dialup" , I receive this message:
postgres@www:/usr/local/pgsql/data/base/dialup$ psql dialup
Connection to database 'dialup' failed.
FATAL 1: Database dialup does not exist in pg_database
This data base was using.
What can I do?
--
Best regards,
roco mailto:roco@rieder.net.py
===8<===========End of original message text===========
--
Best regards,
roco mailto:roco@rieder.net.py
This is a forwarded message
From: roco <roco@rieder.net.py>
To: pgsql-bugs@postgresql.org
Date: Friday, September 27, 2002, 2:52:53 PM
Subject: : FATAL 1: Database dialup does not exist in pg_database
===8<==============Original message text===============
This is a forwarded message
From: roco <roco@rieder.net.py>
To: pgsql-bugs@postgresql.org
Date: Friday, September 27, 2002, 2:49:47 PM
Subject: FATAL 1: Database dialup does not exist in pg_database
===8<==============Original message text===============
Hello,
When I execute the command "psql dialup" , I receive this message:
postgres@www:/usr/local/pgsql/data/base/dialup$ psql dialup
Connection to database 'dialup' failed.
FATAL 1: Database dialup does not exist in pg_database
This data base was using.
What can I do?
--
Best regards,
roco mailto:roco@rieder.net.py
===8<===========End of original message text===========
--
Best regards,
roco mailto:roco@rieder.net.py
===8<===========End of original message text===========
--
Best regards,
roco mailto:roco@rieder.net.py
This is a forwarded message
From: roco <roco@rieder.net.py>
To: pgsql-bugs@postgresql.org
Date: Friday, September 27, 2002, 2:52:53 PM
Subject: [BUGS] Fwd: FATAL 1: Database dialup does not exist in pg_database
===8<==============Original message text===============
This is a forwarded message
From: roco <roco@rieder.net.py>
To: pgsql-bugs@postgresql.org
Date: Friday, September 27, 2002, 2:49:47 PM
Subject: FATAL 1: Database dialup does not exist in pg_database
===8<==============Original message text===============
Hello,
When I execute the command "psql dialup" , I receive this message:
postgres@www:/usr/local/pgsql/data/base/dialup$ psql dialup
Connection to database 'dialup' failed.
FATAL 1: Database dialup does not exist in pg_database
This data base was using.
What can I do?
--
Best regards,
roco mailto:roco@rieder.net.py
===8<===========End of original message text===========
--
Best regards,
roco mailto:roco@rieder.net.py
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
===8<===========End of original message text===========
--
Best regards,
roco mailto:roco@rieder.net.py
What is the output of psql -l ??
Robert Treat
Show quoted text
On Thu, 2002-10-17 at 10:27, roco wrote:
This is a forwarded message
From: roco <roco@rieder.net.py>
To: pgsql-bugs@postgresql.org
Date: Friday, September 27, 2002, 2:52:53 PM
Subject: [BUGS] Fwd: FATAL 1: Database dialup does not exist in pg_database===8<==============Original message text===============
This is a forwarded message
From: roco <roco@rieder.net.py>
To: pgsql-bugs@postgresql.org
Date: Friday, September 27, 2002, 2:49:47 PM
Subject: FATAL 1: Database dialup does not exist in pg_database===8<==============Original message text===============
Hello,When I execute the command "psql dialup" , I receive this message:
postgres@www:/usr/local/pgsql/data/base/dialup$ psql dialup
Connection to database 'dialup' failed.
FATAL 1: Database dialup does not exist in pg_databaseThis data base was using.
What can I do?
--
Best regards,
roco mailto:roco@rieder.net.py
On Wednesday 30 October 2002 07:10 pm, you wrote:
===8<==============Original message text===============
Hello,When I execute the command "psql dialup" , I receive this message:
postgres@www:/usr/local/pgsql/data/base/dialup$ psql dialup
Connection to database 'dialup' failed.
FATAL 1: Database dialup does not exist in pg_databaseThis data base was using.
What can I do?
--
Best regards,
roco mailto:roco@rieder.net.pyThe output of psql -l is
postgres@www:~$ psql -l
datname |datdba|encoding|datpath
---------+------+--------+---------
template1| 1001| 0|template1
dialup | 1001| 0|dialup
prueba | 1001| 0|prueba
rocio | 1000| 0|rocio
(4 rows)pq_recvbuf:unexpected EOF on client connection
I wonder about your encoding, 0 seems strange, did you try building the
database with a specfic encoding? Try connecting to the template1 database
and then doing \c dialup and/or a select * from pg_database. I'm sure I have
seen this before, but the list archives seem unresponsive tonight... you
might want to try a search in the morning... also, can you post your version
and os info.
Robert Treat
Import Notes
Reply to msg id not found: 197956643.20021030151017@rieder.net.py