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
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