[ADMIN] programmatic interface into admin

2001-01-02 Thread SRINIVASARAGHAVAN,RAJESH (HP-Cupertino,ex1)
hi all, I am trying to programmatically administer postgres. Spefically, interested in adding new user, deleting an existing user, creating and deleting databases for a user and modifying user's password. I know that all the above (except for password modifications) can be done using JDBC calls in

RE: [ADMIN] programmatic interface into admin

2001-01-02 Thread Andrew Snow
> 2. Can I programmatically modify the user's password on the > postgres system. > Is the password of the user stored in any other place other than the > password file specified in my data directory. Is it a crypt function that > generates the password and stores it in the password file. The obvi