Re: [ADMIN] Re: Intentionally splitting data in a table across files.

2001-06-11 Thread Tom Lane
"Brian Baquiran" <[EMAIL PROTECTED]> writes: >> 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." Then you are not using 7.1.2. 7.0.* I'd

[ADMIN] Re: Intentionally splitting data in a table across files.

2001-06-11 Thread Brian Baquiran
"Tom Lane" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "Nick Fankhauser" <[EMAIL PROTECTED]> writes: > > Does PostgreSQL support (or some day will support) "partitioned tables"? > > It's not on anyone's radar screen AFAIK. > > > Alternately, does anyone hav