Re: Rename constraint?
Re: Rename constraint?
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Jeff Boes writes: > I have tables which were created with unnamed constraints: > How can I identify and rename the "$2" and "$3" constraints? Look in pg_relcheck or pg_constraint, depending on your PG version. I think you should be able to get away with just updating the name column. (Not sure whether existing backend sessions will notice such an update, but at worst starting a fresh session would make it take effect.) regards, tom lane
Rename constraint?
От:
Jeff Boes <jboes@nexcerpt.com>
Дата:
I have tables which were created with unnamed constraints: # \d