Re: Flattening a kind of 'dynamic' table

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Flattening a kind of 'dynamic' table
Дата
Msg-id 41FA8365.9080602@joeconway.com
обсуждение исходный текст
Ответ на Re: Flattening a kind of 'dynamic' table  (Alexandre Leclerc <alexandre.leclerc@gmail.com>)
Ответы Re: Flattening a kind of 'dynamic' table  (Alexandre Leclerc <alexandre.leclerc@gmail.com>)
Re: Flattening a kind of 'dynamic' table  (Dawid Kuroczko <qnex42@gmail.com>)
Список pgsql-performance
Alexandre Leclerc wrote:
> I'm a little bit confused on how to install this contirb. I know my
> contrib package is installed, but I don't know how to make it work in
> postgresql. (Using 7.4.5-1mdk on Mandrake Linux.)
>

Find the file tablefunc.sql and redirect it into your database, e.g.

psql mydatabase < /path/to/contrib/scripts/tablefunc.sql

I have no idea where that would be on Mandrake, but you could probably do:

locate tablefunc.sql

On Fedora Core 1 I find it here:
/usr/share/pgsql/contrib/tablefunc.sql

Also find and read README.tablefunc.

HTH,

Joe

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

Предыдущее
От: Alexandre Leclerc
Дата:
Сообщение: Re: Flattening a kind of 'dynamic' table
Следующее
От: Pallav Kalva
Дата:
Сообщение: Re: Poor Performance on Postgres 8.0