Re: PostgreSQLs Extension - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: PostgreSQLs Extension
Date
Msg-id CAJKUy5h0oE6EGF3cRRO5nrYKp+5yZrQr=h_BDXvbypRnpo4mUg@mail.gmail.com
Whole thread Raw
In response to PostgreSQLs Extension  ("Anderson C. Carniel" <accarniel@gmail.com>)
Responses Re: PostgreSQLs Extension
List pgsql-hackers
On Thu, Jul 26, 2012 at 2:56 PM, Anderson C. Carniel
<accarniel@gmail.com> wrote:
>
> -> I need to set a new data type specific, as the PostGIS. I saw that in
> PostgreSQL's Documentation there is a User-Defined Types. This is the best
> way to define a new data type? Using this approach, can I define the way
> queries are processed and thus define new operators? Or would I define
> functions via pgsql for this? It was not clear to me.

you can create new data types, new operators, new types of indexes if
you want... the question is, what are you trying to do?

> -> Also, how could I make changes to the SQL language in PostgreSQL?
>

what kind of changes?

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Build failures with Mountain Lion
Next
From: Satoshi Nagayasu
Date:
Subject: Adding probes for smgr