[DOCS] A few more fixes to FAQ_DEV

2006-10-17 Thread Devrim GUNDUZ
Hi, Attached files fix the link problem in FAQ_DEV.html, remove some parts related to website development and change the link to the FAQ_DEV.html. The text version only has the part related to website development. Please apply. Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.66

Re: [DOCS] A few more fixes to FAQ_DEV

2006-10-17 Thread Bruce Momjian
Patch applied. Thanks. I only ever need the HTML changes for the FAQ files that have HTML versions. --- Devrim GUNDUZ wrote: -- Start of PGP signed section. > Hi, > > Attached files fix the link problem in FAQ_DEV.html,

Re: [DOCS] [GENERAL] Database users Passwords

2006-10-17 Thread Jeff Davis
On Tue, 2006-10-17 at 10:41 -0400, DEV wrote: > Hello all, > > I have user information in a table that I want to use to add > users to the user roles tables that are part of postgresql. My > question is this: the passwords in my user table are in there as a > text file with the data being e

Re: [DOCS] [GENERAL] Database users Passwords

2006-10-17 Thread Peter Eisentraut
Jeff Davis wrote: > This seems to be lacking in the docs. At least, the only place I > found this information was a user comment in the 8.0 docs. Is this > already in the 8.1 docs? Should we add a description of the way > postgresql does the md5 hashes in the CREATE ROLE section? This has been in

Re: [DOCS] [GENERAL] Database users Passwords

2006-10-17 Thread Jeff Davis
On Tue, 2006-10-17 at 21:35 +0200, Peter Eisentraut wrote: > Jeff Davis wrote: > > This seems to be lacking in the docs. At least, the only place I > > found this information was a user comment in the 8.0 docs. Is this > > already in the 8.1 docs? Should we add a description of the way > > postgres