SET_NAME_SPACE¶

Applies to: PGFlex

This command sets the name space, or schema, to be used for the application. In Postgres, schemas are objects where all the tables,views and indexes are stored. Separate schemas are used to specify relational data. Note that this command will override the NAME_SPACE value in the INT file.

Syntax

SET_NAME_SPACE to {variable}

Parameter

Description

variable

Name of the name space

Example

SET_NAME_SPACE to "public"