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

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15537: When trying to drop the column getting ERROR: vsnprintffailed: Invalid argument
Дата
Msg-id 15537-93521264bdf0a0f8@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15537
Logged by:          Ahmet Şeker
Email address:      aseker@tchealth.com.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


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15535: psql: \copy: parse error at...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument