Password for PostgreSQL user

From: "Adrian Camero" <acamero(at)carpincho(dot)elit(dot)com(dot)ar>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Password for PostgreSQL user
Date: 1998-10-19 17:57:27
Message-ID: 00a701bdfb89$ef773420$0302a8c0@osopc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Phil:
I'm use the psql program to connect to database and use the
command:

create user [nombre_usuario] with password [password];

don't forget the semicolon char in the end.!!!

and with the command grant, you can set access privileges for tables.

For more information will use the command :
\?
in psql for the command-option list and :
\h
for sql command list.

*********************************************************
Adrian Camero ************
acamero(at)elit(dot)com(dot)ar ********
Santa Fe - Argentina ********
*****************************************************************

Browse pgsql-interfaces by date

  From Date Subject
Next Message Gerald Gryschuk 1998-10-19 19:56:25 Re: [INTERFACES] [Fwd: errors in psqlodbc]
Previous Message Peter T Mount 1998-10-19 17:15:43 Re: [INTERFACES] JDBC date problem