0
Исправлен
Postgresql script ignores schema when generating index
When generating tables and indexes the schema of the index is not generated.
Example:
CREATE TABLE myschema.mytable ( id bigserial NOT NULL, name char(64) NULL, CONSTRAINT );
CREATE INDEX ix_mytable_01 on mytable (name ASC); ### schema is missing here
Example:
CREATE TABLE myschema.mytable ( id bigserial NOT NULL, name char(64) NULL, CONSTRAINT );
CREATE INDEX ix_mytable_01 on mytable (name ASC); ### schema is missing here
Ответ
0
Ответ
Исправлен
anonymous 10 лет назад
The issue has been fixed and deployed on production.
Начат
You're right, it's our bug. We'll fix it as soon as possible. Sorry for any inconvenience this may have caused.
Сервис поддержки клиентов работает на платформе UserEcho