Re: BUG #17130: Error while executing request

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17130: Error while executing request
Date: 2021-08-03 08:47:45
Message-ID: c846fdc6-0fbf-3944-4f7b-a1ffc15e9045@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 8/3/21 9:20 AM, PG Bug reporting form wrote:
> CREATE SCHEMA "my_schema"
> CREATE TABLE "my_ids" AS SELECT "a"."n" AS "id" FROM GENERATE_SERIES(1,
> 99) AS "a"("n");

Understandable: you forgot the semicolon after the create schema statement.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message sreekanth vajrapu 2021-08-03 11:12:31 LOG: Failed to reopen the file pg_stat/global.stat retrying
Previous Message PG Bug reporting form 2021-08-03 07:20:09 BUG #17130: Error while executing request