Re: Bug: psql misquotes constraints

From: Rod Taylor <pg(at)rbt(dot)ca>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
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:40:22
Message-ID: 1089596421.58812.21.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2004-07-11 at 21:34, Christopher Kings-Lynne wrote:
> > 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.

I didn't even notice the "$1" bit.

btree ("""vers""ion""")

I was hoping the above would be:

btree ("vers"ion")

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-07-12 01:46:25 Is the time zone comment in postgresql.conf still valid?
Previous Message Rod Taylor 2004-07-12 01:36:42 Re: Bug: psql misquotes constraints