PgDAC

TPgDumpMode Enumeration

Specifies the mode of backup performed by TPgDump.

Unit

PgDump

Syntax

TPgDumpMode = (dmAll, dmData, dmSchema);

Values

Value Meaning
dmAll Backup of schema objects and table data is performed. The default value.
dmData Backup of table data only is performed.
dmSchema Backup of schema only is performed.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback