Jeff Boes <jboes(at)nexcerpt(dot)com> 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