On 8/31/05, Frank <farocco(at)verizon(dot)net> wrote:
> I wanted to convert some apps over to use postgresql and cannot find
> a good tool to import and auto create the tables.
> MySQL syntax is not compatible with postgresql.
> I get:
> ERROR: syntax error at or near "`" at character 14
> from the MySQL output below.
>
Try playing with the mysqldump command. Some of the options alleviate
the quoting issue. Try the --quote-names=FALSE option for example.