Re: [PATCHES] pretty print for check constraints broken
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
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, > >