Re: Bug: psql misquotes constraints

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug: psql misquotes constraints
Date: 2004-07-12 01:34:52
Message-ID: 40F1EABC.3050708@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I'm not sure what Christopher mentioned is the correct fix. The
> information is displayed correctly in all places except where a
> pg_get_.* function is used (indexes, constraints, etc.).

The name of the constraint (ie. the "$1" bit) is done by psql, the rest
comes from the pg_get_function.

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2004-07-12 01:36:42 Re: Bug: psql misquotes constraints
Previous Message Christopher Kings-Lynne 2004-07-12 01:33:49 Re: Bug: psql misquotes constraints