security and php/postgresql

wxdqz

New Member
I'm creating (yet another) webcal for PHP using a simple postgresql database scheme. I'd like users to be able to create their own tables (calendars) and was wondering if you SQL guru types would recommend creating postgresql users or just create a user table with md5 (for example) 'encrypted' passwords. It seems to me that from an administrative point of view it would be best to use a table rather than postgresql users.

Tia,

steeve
 
Back
Top