EXPORT_OBJECTS
Generates a SQL script you can use to recreate non-virtual catalog objects on another cluster. The following requirements apply:
EXPORT_OBJECTS
only exports objects to which the user has access.EXPORT_OBJECTS
exports objects in order dependency for correct recreation. When you run the script on another cluster, Vertica creates all referenced objects before their dependent objects.EXPORT_OBJECTS
always tries to recreate projection statements with theirKSAFE
clause, if any, otherwise with theirOFFSET
clause.
Syntax
EXPORT_OBJECTS( '[destination]' [, 'scope' ] [, 'ksafe' ] )
Parameters
destination |
Specifies where to send output, one of the following:
|
scope |
Specifies one or more objects to export, as follows: [database.]schema[.object][,…] If set to an empty string, Vertica exports all objects to which the user has access, including constraints. If you specify a schema, Vertica exports all objects in that schema. If you specify a database, it must be the current database. |
ksafe |
Specifies whether to include a
|
Privileges
None
Example
See Exporting Objects.