Re: Showing index details with \d on psql

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Showing index details with \d on psql
Date: 2001-10-15 02:37:21
Message-ID: ECEHIKNFIMMECLEBJFIGIEDGCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-10-15 02:50:04 Re: PG_DUMP NLS (Russian)
Previous Message Tatsuo Ishii 2001-10-15 01:26:19 Re: [PATCHES] Unicode combining characters