table protections?

From: "Gilley, Charles H(dot)" <Charles(dot)Gilley(at)glenayre(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: table protections?
Date: 1998-11-25 21:23:01
Message-ID: 18D7589E9C44D21199AC00805F31B04708A0BE@atlanta_nt2.atlanta.glenayre.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael A. Koerber 1998-11-25 21:34:11 Re: [GENERAL] equivalent of sqlload?
Previous Message Jeff Hoffmann 1998-11-25 21:18:28 Re: [GENERAL] equivalent of sqlload?