SQL parameters: pgschema

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

pgschema

Description

When you use the PostgreSQL database, this parameter specifies the schema that is created for the Service Manager database. If you do not specify a schema, the "public" schema is used by default. However, it is highly recommended that you use your own schema instead of the public schema.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

The "public" schema of PostgreSQL

Possible values

PostgreSQL schema name

Example usage

Command line: sm - pgschema:schemaName

Initialization file: pgschema:schemaName

Related topics

System parameters
Enter a parameter in the sm.ini file
Database parameters