From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add pg_opfamily_is_visible. |
Date: | 2011-07-18 03:25:07 |
Message-ID: | E1QieSB-00011F-0f@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add pg_opfamily_is_visible.
We already have similar functions for many other object types, including
operator classes, so it seems like we should have this one, too.
Extracted from a larger patch by Josh Kupershmidt
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/b59d2fe4970e689a50e802960ef0812acaf88221
Modified Files
--------------
doc/src/sgml/func.sgml | 9 +++++++++
src/backend/catalog/namespace.c | 12 ++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 2 ++
4 files changed, 24 insertions(+), 1 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2011-07-18 04:38:20 | pgsql: Remove claim that the project is not represented in the SQL work |
Previous Message | Alvaro Herrera | 2011-07-18 01:46:10 | Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID |