aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2024-11-25 16:36:37 -0600
committerNathan Bossart <nathan@postgresql.org>2024-11-25 16:36:37 -0600
commit96a81c1be929d122719bd289f6e24824f37e1ff6 (patch)
treef2be0e840358c1b207519f34d338fd78c46a4f72 /src/backend/utils/misc/postgresql.conf.sample
parent648333a99f56058abd9abdeb87ab0b9e97709d91 (diff)
downloadpostgresql-96a81c1be929d122719bd289f6e24824f37e1ff6.tar.gz
postgresql-96a81c1be929d122719bd289f6e24824f37e1ff6.zip
pg_dump: Add dumpSchema and dumpData derivative flags.
Various parts of pg_dump consult the --schema-only and --data-only options to determine whether to run a section of code. While this is simple enough for two mutually-exclusive options, it will become progressively more complicated as more options are added. In anticipation of that, this commit introduces new internal flags called dumpSchema and dumpData, which are derivatives of --schema-only and --data-only. This commit also removes the schemaOnly and dataOnly members from the dump/restore options structs to prevent their use elsewhere. Note that this change neither adds new user-facing command-line options nor changes the existing --schema-only and --data-only options. Author: Corey Huinker Reviewed-by: Jeff Davis Discussion: https://postgr.es/m/CADkLM%3DcQgghMJOS8EcAVBwRO4s1dUVtxGZv5gLPfZkQ1nL1gzA%40mail.gmail.com
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
0 files changed, 0 insertions, 0 deletions