Whassup with this? (Create table xxx like yyy fails) - Mailing list pgsql-general

From Karl Denninger
Subject Whassup with this? (Create table xxx like yyy fails)
Date
Msg-id 4882AAD3.8020304@denninger.net
Whole thread Raw
Responses Re: Whassup with this? (Create table xxx like yyy fails)
Re: Whassup with this? (Create table xxx like yyy fails)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Reducing memory usage of insert into select operations? [Solved]
Next
From: "Adam Rich"
Date:
Subject: Re: Whassup with this? (Create table xxx like yyy fails)