BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: aseker(at)tchealth(dot)com(dot)tr
Subject: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument
Date: 2018-12-06 19:03:23
Message-ID: 15537-93521264bdf0a0f8@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: 15537
Logged by: Ahmet Şeker
Email address: aseker(at)tchealth(dot)com(dot)tr
PostgreSQL version: 11.1
Operating system: Windows Server 2012 R2
Description:

We have a table named PHARMACY and this table has a column named
MANAGEMENTPERSONIDNUMBER .
With psql executing following command returned this error: ERROR: vsnprintf
failed: Invalid argument
ALTER TABLE public."PHARMACY" DROP COLUMN "MANAGEMENTPERSONIDNUMBER";
Here is the \errverbose result:
ERROR: XX000: vsnprintf failed: Invalid argument
LOCATION: pvsnprintf,
d:\pginstaller.auto\postgres.windows-x64\src\common\psprintf.c:132

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2018-12-06 19:13:22 Re: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument
Previous Message Tom Lane 2018-12-05 18:12:37 Re: BUG #15535: psql: \copy: parse error at...