PostgreSQL

Top  Previous  Next

PostgreSQL query executor.

Syntax:

pgsql_query = <query>

<query> is any valid PostgreSQL query.

Example:

pgsql_query = INSERT INTO test (name, email) VALUES ("{#name#}", "{#email#}");

Additional settings:

pgsql_host - PostgreSQL hostname

pgsql_user - PostgreSQL user

pgsql_password - PostgreSQL password

pgsql_db - PostgreSQL database name

 

 

Note:
PostgreSQL database storage support is available in the following licenses: Business, World Wide, ISP only.