From: | "rakesh" <rakesh(at)cygnus(dot)stpp(dot)soft(dot)net> |
---|---|
To: | "Anagha Joshi" <ajoshi(at)nulinkinc(dot)com> |
Cc: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: postgres user |
Date: | 2003-05-30 05:39:47 |
Message-ID: | 007a01c3266d$e24fb0b0$0a00a8c0@cygnus.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello,
I don't think you are providing the database name along with psql command as "postgres" user.
bash-2.05$ psql <database name> ( is an appropriate syntax. )
What you see is this=>
++++++++++++++++++++++++++++++++++++++++++++++++++++
bash-2.05$ psql
psql: FATAL 1: Database "postgres" does not exist in the system catalog.
bash-2.05$ psql template1
Welcome to psql, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
template1=# \q
++++++++++++++++++++++++++++++++++++++++++++++++++++
regards,
Rakesh P.
----- Original Message -----
From: Anagha Joshi
To: pgsql-admin(at)postgresql(dot)org
Sent: Friday, May 30, 2003 10:26 AM
Subject: [ADMIN] postgres user
Hi,
I've installed Postgres-7.3.2 on Linux. When I'm trying to start 'psql' as user 'postgres', I found error :
psql: FATAL 1: Database "postgres#" does not exist in the system catalog.
/etc/passwd shows entry like this:
postgres:x:1078:1:PostgreSQL-administrator:/usr/local/pgsql:/bin/sh
Is any other setting is reqd.?
Help appreciated.
Thx.,
Anagha
From | Date | Subject | |
---|---|---|---|
Next Message | Bob Wheldon | 2003-05-30 06:32:47 | unsubscribe |
Previous Message | Anagha Joshi | 2003-05-30 04:56:41 | postgres user |