From 26634ef0a08234980835698e40b23a291305d1f8 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Tue, 9 Sep 2008 03:22:24 -0400 Subject: Initial support for PostgreSQL darcs-hash:20080909072224-f6e2c-881bd2e7fb032f336fecae9ca5ce527dd821d3dc.gz --- config.php.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 900d99c41..7a6e3ad77 100644 --- a/config.php.sample +++ b/config.php.sample @@ -43,6 +43,11 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #$config['db']['debug'] = 0; #$config['db']['db_driver'] = 'MDB2'; +#Database type. For mysql, these defaults are fine. For postgresql, set +#'quote_identifiers' to true and 'type' to 'pgsql': +#$config['db']['quote_identifiers'] = false; +#$config['db']['type'] = 'mysql'; + #session_set_cookie_params(0, '/'. $config['site']['path'] .'/'); #Standard fancy-url clashes prevented by not allowing nicknames on a blacklist -- cgit v1.2.3-54-g00ecf