JDatabaseDriverPostgresql::getCreateDbQuery
Get the query string to create new Database in correct PostgreSQL syntax.
Signature
public function getCreateDbQuery(
$options,
boolean
$utf )
Parameters
-
$options
- object coming from "initialise" function to pass user and database name to database driver.
-
$utf
- True if the database supports the UTF-8 character set, not used in PostgreSQL "CREATE DATABASE" query.
Returns
- string
- The query that creates database, owned by $options['user']