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

From Christopher Kings-Lynne
Subject Re: Showing index details with \d on psql
Date
Msg-id ECEHIKNFIMMECLEBJFIGIEDGCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Showing index details with \d on psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Showing index details with \d on psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Showing index details with \d on psql  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
> You are really doing things quite the hard way here anyhow, since
> pg_get_indexdef would produce the info you want without so much work,
> and with less dependency in psql on backend catalog details.  I'd
> suggest pulling the pg_get_indexdef result instead of indkey in the
> SELECT, and then just print the part after USING.

Quick question - where are all these handy 'pg_get_indexdef' and friends
functions documented???

Chris


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql: default base and password reading
Next
From: Bruce Momjian
Date:
Subject: Re: PG_DUMP NLS (Russian)