Re: Whassup with this? (create table .... like ... fails)

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Whassup with this? (create table .... like ... fails)
Дата
Msg-id 20080719204718.L62726@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Whassup with this? (create table .... like ... fails)  (Karl Denninger <karl@denninger.net>)
Список pgsql-sql
On Sat, 19 Jul 2008, Karl Denninger wrote:

> childrensjustice=# create table petition_new like petition_bail;
> ERROR:  syntax error at or near "like"
> LINE 1: create table petition_new like petition_bail;

As far as I can tell from the syntax description, the LIKE petition_bail
should be in the table definition parens, so probablycreate table petition_new (like petition_bail);


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

Предыдущее
От: Karl Denninger
Дата:
Сообщение: Whassup with this? (create table .... like ... fails)
Следующее
От: Milan Oparnica
Дата:
Сообщение: Re: PERSISTANT PREPARE (another point of view)