Re: [ADMIN] How to create a user with password

2002-04-04 Thread Nasir Simbolon
D]] > Sent: quarta-feira, 3 de abril de 2002 14:07 > To: [EMAIL PROTECTED] > Cc: Jin, Hong > Subject: [ADMIN] How to create a user with password > > > Hi, all: > > In the file of pg_hba.conf, I give the following parameter: > > TYPE DATABASE

[ADMIN] How to create a user with password

2002-04-04 Thread Web Administrator
Title: How to create a user with password > Hi, all: > > In the file of pg_hba.conf, I give the following parameter: > > TYPE  DATABASE    IP_ADDRESS      MASK        > AUTH_TYPE     AUTH_ARGUMENT > Local all                       

[ADMIN] How to create a user with password

2002-04-04 Thread Web Administrator
Title: How to create a user with password Hi, all: In the file of pg_hba.conf, I give the following parameter: TYPE    DATABASE    IP_ADDRESS      MASK        AUTH_TYPE       AUTH_ARGUMENT Local   all                         password   

Re: [ADMIN] How to create a user with password]

2002-04-04 Thread Nasir Simbolon
D]] > Sent: quarta-feira, 3 de abril de 2002 14:07 > To: [EMAIL PROTECTED] > Cc: Jin, Hong > Subject: [ADMIN] How to create a user with password > > > Hi, all: > > In the file of pg_hba.conf, I give the following parameter: > > TYPE DATABASE

Re: [ADMIN] How to create a user with password

2002-04-04 Thread Felipe Nascimento
Title: RE: [ADMIN] How to create a user with password use the utility pg_passwd. The argument is the file that will hold the passwords  $pg_passwd  passfile Username:postgres New password: Re-enter new password: -Original Message- From: Web Administrator [mailto:[EMAIL PROTECTED

Re: [ADMIN] How to create a user with password

2002-04-03 Thread Srinivasa R Chava
login using trust authentication method. Then change the password for postgresql user with 'alter user command. I think this will work . Thanks chava -- Srinivasa R Chava (Chava) <[EMAIL PROTECTED]> - Boss: Sean T Laduderdale <[EMAIL PROTECTED]> vnet4603575 Application Developer Corporate Intr

[ADMIN] How to create a user with password

2002-04-03 Thread Web Administrator
Title: How to create a user with password Hi, all:    In the file of pg_hba.conf, I give the following parameter:    TYPE   DATABASE    IP_ADDRESS      MASK         AUTH_TYPE      AUTH_ARGUMENT  Local  all