Re: disk usage advice needed

Поиск
Список
Период
Сортировка
От newsreader@mediaone.net
Тема Re: disk usage advice needed
Дата
Msg-id 20010502115437.A6722@dragon.universe
обсуждение исходный текст
Ответ на disk usage advice needed  (newsreader@mediaone.net)
Список pgsql-general
On Wed, May 02, 2001 at 10:45:09AM -0400, Bruce Momjian wrote:
> > I wish these two tables to live on two separately.
>
> I just wrote two articles, one on performance and the other on writing
> PostgreSQL applications.  You can get them at:
>
>     http://candle.pha.pa.us/main/writings/pgsql/
>

Thank you very much.  Your article was precisely what
I was looking for.  It pointed out to me that I need this
query
    select relfilenode,relname from pg_class where relname !~ '^pg';

Regards




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

Предыдущее
От: Renaud Thonnart
Дата:
Сообщение: multiple INSERT
Следующее
От: "Gregory Wood"
Дата:
Сообщение: Update Triggers & NULLs