Could you teach me, How can we specify password when using psql.... - Mailing list pgsql-general

From 노현석
Subject Could you teach me, How can we specify password when using psql....
Date
Msg-id c001e95ed94bc75591994b7a2b42b2a1@tweb39-2.nm
Whole thread Raw
Responses Re: Could you teach me, How can we specify password when using psql....
List pgsql-general

hi..

 

when using oracle sqlplus..  we can specify   password.
$ sqlplus system/manager

 

Could you teach me, How can we specify password when using  psql....


$ psql -p 5432 -h rac2 -d mydb -U hsnoh  
Password for user hsnoh:

  

 

Thanks..

 

pgsql-general by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Application name and psql in 9.0
Next
From: David Fetter
Date:
Subject: Re: Could you teach me, How can we specify password when using psql....