Skip to content
Snippets Groups Projects
Commit 45616f5b authored by Tom Lane's avatar Tom Lane
Browse files

Clean up generation of default names for constraints, indexes, and serial

sequences, as per recent discussion.  All these names are now of the
form table_column_type, with digits added if needed to make them unique.
Default constraint names are chosen to be unique across their whole schema,
not just within the parent object, so as to be more SQL-spec-compatible
and make the information schema views more useful.
parent 75db5a66
No related branches found
No related tags found
No related merge requests found
Showing
with 426 additions and 441 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment