Re: [GENERAL] Could you teach me, How can we specify password when using psql....

2010-08-06 Thread Tom Lane
David Fetter writes: > On Fri, Aug 06, 2010 at 01:35:58PM +0900, 노현석 wrote: >> 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 f

Re: [GENERAL] Could you teach me, How can we specify password when using psql....

2010-08-05 Thread David Fetter
On Fri, Aug 06, 2010 at 01:35:58PM +0900, 노현석 wrote: > 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: > > Th