Re: BUG #5023: pg_relation_size() is not case sensitive

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #5023: pg_relation_size() is not case sensitive
Дата
Msg-id 4A9C043E020000250002A69E@gw.wicourts.gov
обсуждение исходный текст
Ответ на BUG #5023: pg_relation_size() is not case sensitive  ("Joseph Shraibman" <jks@selectacast.net>)
Ответы Re: BUG #5023: pg_relation_size() is not case sensitive
Список pgsql-bugs
"Joseph Shraibman" <jks@selectacast.net> wrote:

> The  pg_relation_size(text) method cannot determine the size of a
> relation that has capital letters.

Did you try putting quotes inside the apostrophes?:

SELECT pg_relation_size('"MixedCaseRelation"');

-Kevin

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

Предыдущее
От: "Joseph Shraibman"
Дата:
Сообщение: BUG #5023: pg_relation_size() is not case sensitive
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #5023: pg_relation_size() is not case sensitive