Re: Probably a stupid question

Поиск
Список
Период
Сортировка
От Dani Oderbolz
Тема Re: Probably a stupid question
Дата
Msg-id 3EFC46C7.3050507@ecologic.de
обсуждение исходный текст
Ответ на Re: Probably a stupid question  (greg@turnstep.com)
Ответы Re: Probably a stupid question
Re: Probably a stupid question
Re: Probably a stupid question
Список pgsql-novice
greg@turnstep.com wrote:

> ...
>
>
>If you have already created the "MirrorHosts" table and do not want to
>lose the data inside it, you could do this:
>
>CREATE TABLE mirrorhosts AS SELECT * FROM mirrorhosts;
>
>DROP TABLE mirrorhosts;
>
>
>
Shouldn't this be


CREATE TABLE mirrorhosts AS SELECT * FROM "MirrorHosts";

DROP TABLE "MirrorHosts";

?





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

Предыдущее
От: greg@turnstep.com
Дата:
Сообщение: Re: missing postmaster.conf
Следующее
От: greg@turnstep.com
Дата:
Сообщение: Re: Probably a stupid question