table protections? - Mailing list pgsql-general

From Gilley, Charles H.
Subject table protections?
Date
Msg-id 18D7589E9C44D21199AC00805F31B04708A0BE@atlanta_nt2.atlanta.glenayre.com
Whole thread Raw
Responses Re: [GENERAL] table protections?  (Oleg Broytmann <phd@sun.med.ru>)
List pgsql-general
Okay, trying to turn on web access to my table.  Pending some changes
to the pg_hba.conf file, I have the following on my tables:

 +------------------+----------------------------------------------------+
 |  Relation        |             Grant/Revoke Permissions |
 +------------------+----------------------------------------------------+
 | tblauthors       | {"=","www=r"}                                      |
 | tblbindings      | {"=","www=r"}                                      |
 | tblcategories    | {"=","www=r"}                                      |
 | tblgroups        | {"=","www=r"}                                      |
 | tblproducts      | {"=","www=r"}                                      |
 | tblseries        | {"=","www=r"}                                      |
 | tblsubjects      | {"=","www=r"}                                      |
 | tbltopics        | {"=","www=r"}                                      |
 +------------------+----------------------------------------------------+

Note the first "=" in the permissions.  What does this mean - that
public has no access?  Also, how is the owner dealt with in the
permissions?

Thanks for all the help.

Charles Gilley

pgsql-general by date:

Previous
From: "Jeff Hoffmann"
Date:
Subject: Re: [GENERAL] equivalent of sqlload?
Next
From: "Michael A. Koerber"
Date:
Subject: Re: [GENERAL] equivalent of sqlload?