BUG #17130: Error while executing request - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #17130: Error while executing request
Date
Msg-id 17130-ed04b462a11a08fe@postgresql.org
Whole thread Raw
Responses Re: BUG #17130: Error while executing request  (Erik Rijkers <er@xs4all.nl>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17130
Logged by:          Viktor Alenkov
Email address:      viktor@alenkov.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"`


pgsql-bugs by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: psql doesn't show tables duplicated in multiple schemas
Next
From: Erik Rijkers
Date:
Subject: Re: BUG #17130: Error while executing request