19.3. PostgreSQL Previous topic Parent topic Child topic Next topic

In DBSource, driver name is “Pg”, and options is the database name to use. DBUsername is the PostgreSQL user name, and DBAuth is the password for the PostgreSQL user.
To create a new database, see goodies/postgres-sqliteCreate.sql for more information.
Configure your SQL clause like this:
DBSource    dbi:Pg:dbname=radius
DBUsername  user
DBAuth      password
Tip
To specify server name and port, use:
dbi:Pg:dbname=radius[;host=hostname[;port=port]]