On 8/31/05, Frank <[EMAIL PROTECTED]> 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.

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to