Re: [GENERAL] assigning password from script

2007-07-02 Thread Pavel Stehule
[EMAIL PROTECTED]> To: "Ashish Karalkar" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 02, 2007 11:24 AM Subject: Re: [GENERAL] assigning password from script >> Hello > > > >look on http://www.postgresql.org/docs/8.0/interactive/libpq-pgpass.html > > >

Re: [GENERAL] assigning password from script

2007-07-02 Thread Ashish Karalkar
* OR createuser -P Is there any way? From: "Pavel Stehule" <[EMAIL PROTECTED]> To: "Ashish Karalkar" <[EMAIL PROTECTED]> Cc: Sent: Monday, July 02, 2007 11:24 AM Subject: Re: [GENERAL] assigning password from script Hello > >look on http://www.postgr

Re: [GENERAL] assigning password from script

2007-07-01 Thread Pavel Stehule
Hello look on http://www.postgresql.org/docs/8.0/interactive/libpq-pgpass.html Pavel Stehule 2007/7/2, Ashish Karalkar <[EMAIL PROTECTED]>: Hello All, I want to create a user through script and dont want user to assign password interactively, I want it to be assigned through some file or

Re: [GENERAL] assigning password from script

2007-07-01 Thread Ashish Karalkar
: Monday, July 02, 2007 11:17 AM Subject: Re: [GENERAL] assigning password from script On 7/2/07, Ashish Karalkar <[EMAIL PROTECTED]> wrote: Hello All, I want to create a user through script and dont want user to assign password interactively, I want it to be assigned through some f

[GENERAL] assigning password from script

2007-07-01 Thread Ashish Karalkar
Hello All, I want to create a user through script and dont want user to assign password interactively, I want it to be assigned through some file or anything else some this like createuser -P * OR createuser -P Is there any way? Thanks in Advance With Regards Ashish...