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

Поиск
Список
Период
Сортировка
От 노현석
Тема Could you teach me, How can we specify password when using psql....
Дата
Msg-id c001e95ed94bc75591994b7a2b42b2a1@tweb39-2.nm
обсуждение исходный текст
Ответы Re: Could you teach me, How can we specify password when using psql....  (David Fetter <david@fetter.org>)
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Application name and psql in 9.0
Следующее
От: David Fetter
Дата:
Сообщение: Re: Could you teach me, How can we specify password when using psql....