Re: How do I import table information?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Self <jself(at)greatbridge(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How do I import table information?
Date: 2001-01-18 19:02:57
Message-ID: 4462.979844577@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Self <jself(at)greatbridge(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Welche 2001-01-18 19:04:53 Re: How do I import table information?
Previous Message The Hermit Hacker 2001-01-18 18:58:05 Re: Irc channel?? / converting from Oracle