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

From Christopher Kings-Lynne
Subject Re: Bug: psql misquotes constraints
Date
Msg-id 40F1EE03.2080902@familyhealth.com.au
Whole thread Raw
In response to Re: Bug: psql misquotes constraints  (Rod Taylor <pg@rbt.ca>)
List pgsql-hackers
> I remember a thread about pretty-print functions. Are those used? This
> is probably the best place to put the fix, since they already munge
> things for display purposes.

Seriously man - the pg_get_def stuff ONLY does the string from the words 
FOREIGN KEY onwards.  The constraint name is done by psql.  Pretty 
printing won't help you.

Chris



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Bug: psql misquotes constraints
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Nested Transactions, Abort All