Re: Quick fix so \d indexname works again

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Quick fix so \d indexname works again
Date: 2001-11-05 22:31:18
Message-ID: 3576.1004999478@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Greg Sabino Mullane" <greg(at)turnstep(dot)com> writes:
> I don't think this is worthy of a full patch, but could someone
> back off of the new pg_get_expr function in
> src/bin/psql/describe.c?

No, because it is not broken.

> ERROR: Function 'pg_get_expr(text, oid)' does not exist

This suggests that you are trying to use a 7.2 psql against a pre-7.2
backend.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Christof Petig 2001-11-05 23:13:17 ECPG patches: get descriptor NULL alloc, external names
Previous Message Greg Sabino Mullane 2001-11-05 20:24:55 Quick fix so \d indexname works again