Question : I am using PostgreSQL version 8.1. I have a table of dates and tasks. The tasks have start […]
Tag: postgresql-8.1
Converting standard_conforming_strings from off to on when importing Postgres dump
Question : I’ve got a Postgres 8.1 instance which has standard_conforming_strings set to off (== handles slashes as escape characters). […]