aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/grant.sgml
Commit message (Expand)AuthorAge
* Add postgres_fdw contrib module.Tom Lane2013-02-21
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Add sequence USAGE privileges to information schemaPeter Eisentraut2012-01-30
* Add compatibility note about grant options on GRANT reference pagePeter Eisentraut2012-01-09
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Remove whitespace from end of linesPeter Eisentraut2011-08-07
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Improve wording of documentation on default privileges.Andrew Dunstan2011-07-11
* More cleanup of FOREIGN TABLE permissions handling.Robert Haas2011-05-13
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Be consistent about writing "[, ...]" instead "[,...]" in the docs.Heikki Linnakangas2010-11-29
* Complete the documentation of the USAGE privilege for foreign serversPeter Eisentraut2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Make typography consistentPeter Eisentraut2010-03-17
* Improve documentation for pg_largeobject changes.Robert Haas2009-12-17
* Add large object access control.Itagaki Takahiro2009-12-11
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-12
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut2009-09-19
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Improve GRANT reference page's description of object ownershipTom Lane2009-09-12
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-03
* Improve GRANT documentation to point out that UPDATE and DELETE typicallyTom Lane2008-05-28
* Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan2008-05-05
* Update some obsolete stuff in the GRANT and REVOKE reference pages:Tom Lane2007-10-30
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Remove example of SQL-standard syntax for GRANT/REVOKE --- was causingBruce Momjian2007-04-07
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Fix documentation error: GRANT/REVOKE for roles only accept role namesTom Lane2006-08-02
* Update documentation on GRANT SCEMA USAGE, again.Bruce Momjian2006-07-20
* Update GRANT USAGE on schema permission description.Bruce Momjian2006-07-19
* Update schema USAGE permission description.Bruce Momjian2006-07-12
* Add #include code to prevent multiple inclusion.Bruce Momjian2006-07-10
* Update schema GRANT USAGE description.Bruce Momjian2006-07-10
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Document that GRANT on a table does not affect sequence permissions,Bruce Momjian2006-02-14
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* Document the behavior of GRANT/REVOKE in cases where the privilege isTom Lane2005-10-20
* Improve documentation about CREATEROLE privilege.Tom Lane2005-10-13
* Basic documentation for ROLEs. The user-manag chapter still needs toTom Lane2005-07-26