diff options
Diffstat (limited to 'src/bin/pg_dump/pg_backup.h')
-rw-r--r-- | src/bin/pg_dump/pg_backup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h index 8c0cedcd983..b17c9dbb8be 100644 --- a/src/bin/pg_dump/pg_backup.h +++ b/src/bin/pg_dump/pg_backup.h @@ -71,7 +71,7 @@ typedef struct _restoreOptions char *use_role; /* Issue SET ROLE to this */ int dropSchema; int disable_dollar_quoting; - int dump_inserts; + int dump_inserts; /* 0 = COPY, otherwise rows per INSERT */ int column_inserts; int if_exists; int no_comments; /* Skip comments */ |