Re: MySQL-ism help patch for psql

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: MySQL-ism help patch for psql
Дата
Msg-id 4B56204B.1080006@dunslane.net
обсуждение исходный текст
Ответ на MySQL-ism help patch for psql  (David Christensen <david@endpoint.com>)
Ответы Re: MySQL-ism help patch for psql
Список pgsql-hackers

David Christensen wrote:
>
> +                       if (MYSQL_HELP_CHECK("use"))
> +                       {
> +                               MYSQL_HELP_OUTPUT("\\c database");
> +                       }
>
[snip]
> +                       else if (MYSQL_HELP_CHECK("load data infile"))
> +                       {
> +                               MYSQL_HELP_OUTPUT("\\copy");
> +                       }
>

Quite apart from any considerations covered by other people, these two 
at least could be positively misleading ... the psql commands are not 
exact equivalents of the MySQL commands, AIUI.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: MySQL-ism help patch for psql
Следующее
От: David Christensen
Дата:
Сообщение: Re: MySQL-ism help patch for psql