BUG #18065: An error occurred when attempting to add a column of type "vector" to a table named "vector".

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #18065: An error occurred when attempting to add a column of type "vector" to a table named "vector".
Дата
Msg-id 18065-006818db2efe479f@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #18065: An error occurred when attempting to add a column of type "vector" to a table named "vector".  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18065
Logged by:          kaijian xu
Email address:      a17764530215@gmail.com
PostgreSQL version: 15.3
Operating system:   Debian GNU/Linux 11
Description:

When I run:
create table if not exists "vector" ();
alter table "vector" add column if not exists "fz_vector1_embedding"
vector(1536);

I got an error:
ERROR:  type modifier is not allowed for type "vector"
LINE 1: ..." add column if not exists "fz_vector1_embedding" vector(153...


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18064: Order of cascading deletes by foreign key; "on delete restrict"
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #18065: An error occurred when attempting to add a column of type "vector" to a table named "vector".