Re: books - Mailing list pgsql-novice

From Tom Lane
Subject Re: books
Date
Msg-id 9596.1079626190@sss.pgh.pa.us
Whole thread Raw
In response to Re: books  (Tom Allison <tallison@tacocat.net>)
List pgsql-novice
Tom Allison <tallison@tacocat.net> writes:
> I guess I'm trying to bridge the difference between MySQL's process of
> INSERTing a user ID into a database table and modifying it for access
> versus the postgres method of CREATE USER.  How do I access user status
> from the sql line, can I?

You can still hack pg_shadow manually if you really want to.  It's a
good way to shoot yourself in the foot, though, or get burnt by
cross-version changes, which is why we encourage using the special
commands instead.

            regards, tom lane

pgsql-novice by date:

Previous
From: "M. Bastin"
Date:
Subject: Re: Impact of UNICODE encoding on performance
Next
From: Harry Mantheakis
Date:
Subject: Re: Impact of UNICODE encoding on performance