Re: Flattening a kind of 'dynamic' table - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: Flattening a kind of 'dynamic' table
Date
Msg-id 41F919AB.5070901@familyhealth.com.au
Whole thread Raw
In response to Re: Flattening a kind of 'dynamic' table  (Dawid Kuroczko <qnex42@gmail.com>)
List pgsql-performance
> Unfortunately we will need a rowtype with all the departaments:
> CREATE DOMAIN departaments AS (a int, b int, c int, d int, ...);

I think you mean CREATE TYPE departments...

Chris

pgsql-performance by date:

Previous
From: PFC
Date:
Subject: Re: [SQL] OFFSET impact on Performance???
Next
From: Josh Berkus
Date:
Subject: Re: Ideal disk setup for Postgresql 7.4?