table names

Поиск
Список
Период
Сортировка
От K. Ari Krupnikov
Тема table names
Дата
Msg-id 3BF539E4.4F965A4E@cogsci.ed.ac.uk
обсуждение исходный текст
Ответы Re: table names
Re: table names
Список pgsql-general
from 7.1 release notes:

> Store tables as files named by OID (Vadim)

until i upgraded to 7.1(.3), i used to track table sizes simply with ls
-l. is there a simple way to see how much space a table takes on disk,
short of

select 'ln -s ' || oid || ' ' || relname from pg_class
where relname not like 'pg%';

ari.

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

Предыдущее
От: Gabriel Fernandez
Дата:
Сообщение: Re: Precision problems with float8
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: index on numbers not honoured