Package: postgresql-common
Version: 71
Severity: important
Putting a line such as
archive_command = 'test ! -f \'/pool/backup/log/%f\' && cp \'%p\'
\'/pool/backup/log/%f\''
into postgresql.conf makes all init script actions fail with 'Invalid line'.
Evidently, this regular expression is insufficent:
} elsif (/^\s*([a-zA-Z0-9_.-]+)\s*=\s*'([^']*)'\s*(?:#.*)?$/) {
# string value
$conf{$1} = $2
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]