Read Write
Started by Bob Pawleyalmost 20 years ago3 messagesgeneral
Re: Read Write
\z 'table_name'
Look under access privileges for r and w.
For further information see-
http://www.postgresql.org/docs/8.1/interactive/sql-grant.html
On Saturday 20 May 2006 03:11 pm, Bob Pawley wrote:
How can I determine if my tables are 'read only' or 'read/write'?
Bob
--
Adrian Klaver
aklaver@comcast.net
Re: Read Write
Sorry meant to add this from the psql command line.
On Saturday 20 May 2006 04:37 pm, Adrian Klaver wrote:
\z 'table_name'
Look under access privileges for r and w.
For further information see-
http://www.postgresql.org/docs/8.1/interactive/sql-grant.htmlOn Saturday 20 May 2006 03:11 pm, Bob Pawley wrote:
How can I determine if my tables are 'read only' or 'read/write'?
Bob
--
Adrian Klaver
aklaver@comcast.net