Re: Bug: psql misquotes constraints - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Bug: psql misquotes constraints
Date
Msg-id 1089596421.58812.21.camel@jester
Whole thread Raw
In response to Re: Bug: psql misquotes constraints  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List 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")




pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Is the time zone comment in postgresql.conf still valid?
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Bug: psql misquotes constraints