Re: How do I import table information? - Mailing list pgsql-general

From Tom Lane
Subject Re: How do I import table information?
Date
Msg-id 4462.979844577@sss.pgh.pa.us
Whole thread Raw
In response to How do I import table information?  (Jeff Self <jself@greatbridge.com>)
Responses Re: How do I import table information?
List pgsql-general
Jeff Self <jself@greatbridge.com> writes:
> Is there a way to run this script without removing the comments?

You'll have to change the comments to one of the SQL-standard
conventions:

    -- this is a one-line comment

    /* this is a comment block.
       It can span as many lines as you want.
    */

I do not know whether MySQL is spec-compliant enough to accept these
same kinds of comments...

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Irc channel?? / converting from Oracle
Next
From: Tom Lane
Date:
Subject: Re: Re: plperl and sqrt.