Re: [PATCHES] pretty print for check constraints broken

2003-09-29 Thread Bruce Momjian
Patch applied. Thanks. --- Christopher Kings-Lynne wrote: > Hi, > > The brackets aren't put on the CHECK constraints properly. > > Before patch: > > test=# select pg_get_constraintdef(oid) from pg_constraint; >

Re: [PATCHES] pretty print for check constraints broken

2003-09-27 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Christopher Kings-Lynne wrote: > Hi, > >