Re: user defined data types - help

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: user defined data types - help
Date: 2002-09-15 15:13:00
Message-ID: 200209152043.00804.shridhar_daithankar@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sunday 15 September 2002 20:04, Sathish Vadhiyar wrote:
> Because of 2 reaons:
>
> 1. My C structure consists of other such fields like 'latency' etc. Here I
> have shown 'bandwidth' for the ease of explaining. Having tables for each
> such field will lead to large number of tables and hence will soon get
> unmanageable.
>
> 2. I have a table in which I want to have this structure as one field.

You can probably use array of ints etc. for column types. That may solve one
of your problem..

HTH

Shridhar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ericson Smith 2002-09-15 15:33:59 Re: Physical sites handling large data
Previous Message Tom Lane 2002-09-15 15:01:16 Re: Physical sites handling large data