Re: Major problem with custom data type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Morgan Kita" <mkita(at)verseon(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Major problem with custom data type
Date: 2005-04-05 01:48:11
Message-ID: 4898.1112665691@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Morgan Kita" <mkita(at)verseon(dot)com> writes:
> Once again any links to where I can read up on postgres coding conventions would be great as I have to write a few more of these custom data types. I have read through the manual but I am guessing that I missed a section.

There's not a lot of "here are the conventions" expository material.
However, there are reams of examples, namely all the built-in datatypes.
The best way to proceed is usually to look for existing code that does
something close to what you want, and adapt it.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrei Reinus 2005-04-05 05:33:39 PREPARE statements
Previous Message John DeSoi 2005-04-04 23:47:36 Re: I am verynew to postgresql problem with defining blob field