-
- Downloads
Add pg_get_serial_sequence() function, and cause pg_dump to use it.
This eliminates the assumption that a serial column's sequence will have the same name on reload that it was given in the original database. Christopher Kings-Lynne
Showing
- doc/src/sgml/func.sgml 44 additions, 21 deletionsdoc/src/sgml/func.sgml
- src/backend/utils/adt/ruleutils.c 113 additions, 1 deletionsrc/backend/utils/adt/ruleutils.c
- src/bin/pg_dump/pg_dump.c 20 additions, 2 deletionssrc/bin/pg_dump/pg_dump.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_proc.h 3 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/utils/builtins.h 3 additions, 2 deletionssrc/include/utils/builtins.h
Loading
Please register or sign in to comment