Re: How do I import table information?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How do I import table information?
Дата
Msg-id 4462.979844577@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How do I import table information?  (Jeff Self <jself@greatbridge.com>)
Ответы Re: How do I import table information?
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Irc channel?? / converting from Oracle
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: plperl and sqrt.