[OT] Re: try to get phpmyadmin to work
Jon Jensen
jon at endpoint.com
Fri Apr 24 14:56:09 MDT 2009
On Fri, 24 Apr 2009, Michael Torrie wrote:
> Has PostgreSQL improved the way that users, passwords, and rights are
> done? Last I checked it was essentially a combination of createuser and
> pg_hba.conf,
pg_hba.conf is used to determine who can *connect*.
Standard GRANT statements and object ownership are used to determine who
can read and write to various places:
http://www.postgresql.org/docs/8.3/interactive/sql-grant.html
Search for "OWNER" here:
http://www.postgresql.org/docs/8.3/interactive/sql-altertable.html
Jon
--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
More information about the PLUG
mailing list