From: | "Campano, Troy" <Troy(dot)Campano(at)LibertyMutual(dot)com> |
---|---|
To: | <zurron(at)vesta(dot)tmf(dot)bg(dot)ac(dot)yu> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: question |
Date: | 2002-12-27 20:21:07 |
Message-ID: | 82C3FD729CFA504CA44E7D32BDED411FBD3769@LM-EXMSG-07.lm.lmig.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Create a password for the postgresql user and use something like 'md5' for the authentication method in $PGDATA/pg_hba.conf.
thank you!
~ Troy Campano ~
-----Original Message-----
From: zurron(at)vesta(dot)tmf(dot)bg(dot)ac(dot)yu [mailto:zurron(at)vesta(dot)tmf(dot)bg(dot)ac(dot)yu]
Sent: Friday, December 27, 2002 2:40 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] question
ok, I want that my data base be safe.
so, why if a put this command in the prompt like a regular user
zurron(at)gpsis:~$ /usr/local/pgsql/bin/psql -d colegio -U postgres
i get this:
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
colegio=#
and here i can do whatever i want
what must i do for fix it?
colegio=# SELECT version();
version
---------------------------------------------------------------
PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.95.3 (1 row)
and
test_ip=# select version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 7.2.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2
20020903 (Red Hat Linux 8.0 3.2-7)
(1 row)
test_ip=#
thanks.
Fabian
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2002-12-27 20:26:37 | Re: question |
Previous Message | zurron | 2002-12-27 19:39:50 | question |