Thread: Read Write
How can I determine if my tables are 'read only' or 'read/write'?
Bob
\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
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.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