PgDAC

TPgDumpObject Enumeration

Specifies the types of objects that are backuped by PgDump.

Unit

PgDump

Syntax

TPgDumpObject = (doDatabase, doDomains, doIndexes, doLanguages, doSchemas, doSequences, doStoredProcs, doTables, doTriggers, doTypes, doViews);

Values

Value Meaning
doDatabase If set, CREATE DATABASE statement is added to the dump.
doDomains Backup of domains is performed.
doIndexes Backup of indexes is performed.
doLanguages Backup of languages is performed.
doSchemas Backup of schemas is performed.
doSequences Backup of sequences is performed.
doStoredProcs Backup of stored procedures is performed.
doTables Backup of tables is performed.
doTriggers Backup of triggers is performed.
doTypes Backup of types is performed.
doViews Backup of views is performed.

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