Re: Boolean product of rows in multiple tables - Mailing list pgsql-general

From Artur Rataj
Subject Re: Boolean product of rows in multiple tables
Date
Msg-id Pine.LNX.4.33.0212311103160.23734-100000@linux.iitis.gliwice.pl
Whole thread Raw
In response to Re: Boolean product of rows in multiple tables  (Jean-Luc Lachance <jllachan@nsd.ca>)
List pgsql-general
On Mon, 30 Dec 2002, Jean-Luc Lachance wrote:

> Still, if most tables are alike (at least they have id and string) you
> should think about
> inheritance. Create the base table/class with id and string and have all
> the other tables inherit from it.
>

I have tested it -- the indices were used and the queries were fast even
when searching the base tables.

Best regards,
Artur


pgsql-general by date:

Previous
From: goffredo
Date:
Subject: Is postgresql download still working?
Next
From: "Henrik Steffen"
Date:
Subject: boolean 't' 'f' vs. '1' '0' - perl question