Re: PgAdmin errors

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PgAdmin errors
Date: 2014-03-26 19:43:16
Message-ID: 53332DD4.6020209@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/26/2014 12:32 PM, Hall, Samuel L (Sam) wrote:
>
> When I try to run SQL from PgAdmin : CREATE TABLE tse_history_old LIKE
> tse_history INCLUDING ALL WITH OIDS
>
> I get this error
>
> ERROR: syntax error at or near "LIKE"
>
> LINE 2: CREATE TABLE tse_history_old LIKE tse_history INCLUDING ALL ...
>

from the manual, it appears LIKE belongs in parenthesis.

CREATE TABLE tse_history_old (LIKE tse_history INCLUDING ALL) WITH OIDS

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hall, Samuel L (Sam) 2014-03-26 19:58:45 Re: PgAdmin errors
Previous Message Dev Kumkar 2014-03-26 19:42:38 Auditing Code - Fortify