Whassup with this? (Create table xxx like yyy fails)

Поиск
Список
Период
Сортировка
От Karl Denninger
Тема Whassup with this? (Create table xxx like yyy fails)
Дата
Msg-id 4882AAD3.8020304@denninger.net
обсуждение исходный текст
Ответы Re: Whassup with this? (Create table xxx like yyy fails)  ("Adam Rich" <adam.r@sbcglobal.net>)
Re: Whassup with this? (Create table xxx like yyy fails)  ("Douglas McNaught" <doug@mcnaught.org>)
Список pgsql-general
childrensjustice=# create table petition_bail like petition_white;
ERROR:  syntax error at or near "like"
LINE 1: create table petition_bail like petition_white;

Huh?

Yes, the source table exists and obviously as postgres superuser
("pgsql") I have select permission on the parent.

--
Karl Denninger (karl@denninger.net)
http://www.denninger.net





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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Reducing memory usage of insert into select operations? [Solved]
Следующее
От: "Adam Rich"
Дата:
Сообщение: Re: Whassup with this? (Create table xxx like yyy fails)