Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1W9Mp9-0006C8-Ph for pgsql-docs@arkaria.postgresql.org; Fri, 31 Jan 2014 22:44:36 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1W9Mp9-0002ht-8W for pgsql-docs@arkaria.postgresql.org; Fri, 31 Jan 2014 22:44:35 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1W9Mp7-0002g7-My for pgsql-docs@postgresql.org; Fri, 31 Jan 2014 22:44:33 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1W9Mp4-00082O-Tt for pgsql-docs@postgresql.org; Fri, 31 Jan 2014 22:44:32 +0000 Received: from bruce by momjian.us with local (Exim 4.72) (envelope-from ) id 1W9Mp4-0007Jo-6i; Fri, 31 Jan 2014 17:44:30 -0500 Date: Fri, 31 Jan 2014 17:44:30 -0500 From: Bruce Momjian To: Dean Rasheed Cc: pgsql-docs@postgresql.org Subject: Re: Description for pg_trigger.tgconstrindid Message-ID: <20140131224430.GY19957@momjian.us> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Pg-Spam-Score: -2.5 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org On Wed, Aug 14, 2013 at 01:50:21PM +0100, Dean Rasheed wrote: > This is missing exclusion constraints from the list of constraint > types that the index might be supporting (c.f. > pg_constraint.conindid). > > This goes back to 9.0. > > Regards, > Dean > diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml > new file mode 100644 > index 6715782..8cd0efe > --- a/doc/src/sgml/catalogs.sgml > +++ b/doc/src/sgml/catalogs.sgml > @@ -5836,7 +5836,8 @@ > tgconstrindid > oid > pg_class.oid > - The index supporting a unique, primary key, or referential integrity constraint > + The index supporting a unique, primary key, referential integrity, > + or exclusion constraint > Patch applied. Thanks. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs