pgsql: Add collations to information_schema.usage_privileges

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add collations to information_schema.usage_privileges
Date: 2011-03-02 21:19:07
Message-ID: E1PutRr-0005fE-Kg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add collations to information_schema.usage_privileges

This is faked information like for domains.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/091bda0188250c9802cebca066b4ca9e049616e6

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 10 +++++-----
src/backend/catalog/information_schema.sql | 21 +++++++++++++++++++++
2 files changed, 26 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2011-03-02 23:27:08 Re: [COMMITTERS] pgsql: Add KNNGIST support to contrib/btree_gist.
Previous Message Tom Lane 2011-03-02 21:11:43 pgsql: Add 'collatable' to the Parameters section of CREATE TYPE.