Обсуждение: BUG #15537: When trying to drop the column getting ERROR: vsnprintffailed: Invalid argument

Поиск
Список
Период
Сортировка

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

От
PG Bug reporting form
Дата:
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


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

От
Tom Lane
Дата:
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> 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";

If you're using the Turkish translation, this is a previously-reported
bug in one of the translated messages:

https://www.postgresql.org/message-id/flat/15511-1d8b6a0bc874112f%40postgresql.org

            regards, tom lane


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

От
Ahmet Şeker
Дата:
Yes we are using Turkish translation.
Thanks for the link.
________________________________________
Gönderen: Tom Lane <tgl@sss.pgh.pa.us>
Gönderildi: 6 Aralık 2018 Perşembe 22:13
Kime: Ahmet Şeker
Bilgi: pgsql-bugs@lists.postgresql.org
Konu: Re: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument

=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> 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";

If you're using the Turkish translation, this is a previously-reported
bug in one of the translated messages:

https://www.postgresql.org/message-id/flat/15511-1d8b6a0bc874112f%40postgresql.org

                        regards, tom lane