BUG #17130: Error while executing request

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: viktor(at)alenkov(dot)name
Subject: BUG #17130: Error while executing request
Date: 2021-08-03 07:20:09
Message-ID: 17130-ed04b462a11a08fe@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17130
Logged by: Viktor Alenkov
Email address: viktor(at)alenkov(dot)name
PostgreSQL version: 13.3
Operating system: Docker
Description:

query:
CREATE SCHEMA "my_schema"
CREATE TABLE "my_ids" AS SELECT "a"."n" AS "id" FROM GENERATE_SERIES(1,
99) AS "a"("n");

I get the error `syntax error at or near "AS"`

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Erik Rijkers 2021-08-03 08:47:45 Re: BUG #17130: Error while executing request
Previous Message Kyotaro Horiguchi 2021-08-03 06:16:52 Re: psql doesn't show tables duplicated in multiple schemas