diff options
Diffstat (limited to 'src/bin/pg_dump/pg_backup.h')
| -rw-r--r-- | src/bin/pg_dump/pg_backup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h index 0a28124cf60..cfdfae5e120 100644 --- a/src/bin/pg_dump/pg_backup.h +++ b/src/bin/pg_dump/pg_backup.h @@ -118,6 +118,7 @@ typedef struct _restoreOptions bool *idWanted; /* array showing which dump IDs to emit */ int enable_row_security; + int sequence_data; /* dump sequence data even in schema-only mode */ } RestoreOptions; typedef struct _dumpOptions @@ -160,6 +161,8 @@ typedef struct _dumpOptions bool outputBlobs; int outputNoOwner; char *outputSuperuser; + + int sequence_data; /* dump sequence data even in schema-only mode */ } DumpOptions; /* |
