Re: PostGIS Integration - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: PostGIS Integration
Date
Msg-id 402098C0.2050100@familyhealth.com.au
Whole thread Raw
In response to Re: PostGIS Integration  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PostGIS Integration  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> I can't see any way to handle parameterized types without extending the
> grammar individually for each one --- otherwise it's too hard to tell
> them apart from function calls.  That makes it a bit hard to do 'em
> as plug-ins :-(.  The grammar hacks are certainly ugly though, and if
> someone could think of a way, I'm all ears...

Disallow it in table definitions, but allow it in domain definitions...

Chris



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: PITR Dead horse?
Next
From: Tom Lane
Date:
Subject: Re: PostGIS Integration