Обсуждение: Read Write

Поиск
Список
Период
Сортировка

Read Write

От
Bob Pawley
Дата:
How can I determine if my tables are 'read only' or 'read/write'?
 
Bob 

Re: Read Write

От
Adrian Klaver
Дата:
\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

От
Adrian Klaver
Дата:
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