"Chris Barnes" <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] ~]$ /opt/PostgreSQL/8.3/bin/pg_ctl -w start -D
> \"/data/pgsql/data/\" -l \"/data/pgsql/data//pg_log/startup.log\"
Those backslashes don't look like a good idea: the quotes are ending
up as part of the file names.
This was working, restarted to put (custom_variable_classes = 'olap' ) in
conf file.
Restarted but no errors in the startup.log or command line
[EMAIL PROTECTED] ~]$ /opt/PostgreSQL/8.3/bin/pg_ctl -w start -D
\"/data/pgsql/data/\" -l \"/data/pgsql/data//pg_log/startup.log\"
I am using