Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Neuheiten abonnieren
Partners
Testimonials
J Canepa: "There is a lot of software out there for managing PostgreSQL. Yours is simply the best! Great product".
Iwan Kelaiah: "SQL Maestro products (Postgresql) have saved me a lot of time in designing, managing and generating reports and front-ends of Postgresql databases. Keep up the great work and thank you for such great products.".

More

Add your opinion

PostgreSQL Maestro online Help

Prev Return to chapter overview Next

Server Variables

There are a lot of configuration parameters that affect the behavior of the database system. All parameter (server variables) names are case-insensitive. These variables can be used to select default connection parameter values, to avoid hard-coding database connection information into simple client applications, for example. They also can be used to specify default behavior for PostgreSQL session. Every variable of this type takes a value of one of four types: Boolean, Integer, Floating Point or String.

 

Server variables are edited within Server Variable Editor. In order to open the editor you should either

 

select the server variables for editing in the explorer tree (type the first letters of the  server variable name for quick search);
select the Edit Server Variable item from the popup menu

or

open the server in Server Editor and the Server Variables tab there;
select the server variables to edit;
press the Enter key or select the Edit Server Variable item from the popup menu (alternatively, you can use the corresponding link of the Navigation Bar).


Prev Return to chapter overview Next