Re: Showing index details with \d on psql - Mailing list pgsql-patches

From Tom Lane
Subject Re: Showing index details with \d on psql
Date
Msg-id 8058.1003206430@sss.pgh.pa.us
Whole thread Raw
In response to Re: Showing index details with \d on psql  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-patches
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> Quick question - where are all these handy 'pg_get_indexdef' and friends
> functions documented???
>>
>> They ain't :-(.  Feel free to contribute some documentation patches...

> When did they appear?  Are they 7.2-devel only, or are they hidden in 7.1.3
> as well?

pg_get_indexdef goes back to 6.4, according to the cvs logs at
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PyGreSQL v3.2 doesn't support INT8 types
Next
From: Tom Lane
Date:
Subject: Re: Showing index details with \d on psql