Re: [Bacula-devel] Problem with MySQL to Postgresql conversion instructions

2012-09-10 Thread Marc Cousin
It must be linked to the "standard_conforming_strings" parameter: it changed with PostgreSQL 9.1. In SQL, quotes are escaped with a second quote. Historically, MySQL and PostgreSQL both use a "C" syntax for strings. For PostgreSQL, the behaviour can be changed with the standard_conforming_strings

[Bacula-devel] Problem with MySQL to Postgresql conversion instructions

2012-09-05 Thread Michel Meyers
Hello, I'm in the middle of doing a test conversion of my home Bacula setup to Postgres and noticed an issue with the conversion instructions: http://www.bacula.org/5.2.x-manuals/en/main/main/Installing_Configuring_Post.html#SECTION00495 For some reason, they do not tackle the qu