BUG #12784: pg_relation_size has problems with case in index name

Поиск
Список
Период
Сортировка
От gibheer@zero-knowledge.org
Тема BUG #12784: pg_relation_size has problems with case in index name
Дата
Msg-id 20150218192712.8729.67799@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #12784: pg_relation_size has problems with case in index name
Re: BUG #12784: pg_relation_size has problems with case in index name
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12784
Logged by:          Stefan Radomski
Email address:      gibheer@zero-knowledge.org
PostgreSQL version: 9.4.1
Operating system:   FreeBSD 10.1p5
Description:

I found a problem with indexes which have an uppercase letter in the name.
You can reproduce it with the following statements:

  create table unfindable("Test" text);
  create index on unfindable("Test");
  \d unfindable
  select pg_relation_size('unfindable_Test_idx');

It does work for tables with upper case characters in the name though.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #12782: Some abnormal observation about the to_date() function in greenplum database
Следующее
От: David G Johnston
Дата:
Сообщение: Re: BUG #12784: pg_relation_size has problems with case in index name