Re: Intentionally splitting data in a table across files.

Поиск
Список
Период
Сортировка
От Brian Baquiran
Тема Re: Intentionally splitting data in a table across files.
Дата
Msg-id 9fmufh$djv$1@news.tht.net
обсуждение исходный текст
Ответ на Re: Intentionally splitting data in a table across files.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Re: Intentionally splitting data in a table across files.
Список pgsql-admin
"Tom Lane" <tgl@sss.pgh.pa.us> wrote in message
news:27503.991845186@sss.pgh.pa.us...
> "Nick Fankhauser" <nickf@ontko.com> writes:
> > Does PostgreSQL support (or some day will support) "partitioned tables"?
>
> It's not on anyone's radar screen AFAIK.
>
> > Alternately, does anyone have an idea about how to address this need in
a
> > different way using existing tools?
>
> Make a view that's a UNION of the component tables, plus rules that
> cause inserts to go into the appropriate components.

Tried this in 7.1.2, but it returns ERROR:  "Views on unions not
implemented."

> regards, tom lane


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

Предыдущее
От: Rene Pijlman
Дата:
Сообщение: Re: changes sequences to unique
Следующее
От: 高豪良\(Danny\)
Дата:
Сообщение: Rserv install problem