building GIST indexes on Complex data type

From: Mogin Mohandas <moginmo(at)gmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: building GIST indexes on Complex data type
Date: 2005-12-04 10:02:05
Message-ID: fd2290fd0512040202w6b99a044i5730a276141a8428@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi all
I ran the eg code under src/tutorial and also ran the sql
functions to create a new data type called COMPLEX in Postgres. Now I want
to make a GIST index on complex. I just changed the code slightly by
replacing the data type to complex in one of the files which had code for
creating a GIST index on a built-in data type. When I compile it gives
errors such as:
Parse error before Complex...
etc
Does anybody have any experience with adding a new data type and creating
GIST indexes on that. If so , please reply..
Thanks in advance
Mogin

Browse pgsql-ports by date

  From Date Subject
Next Message Ilias Goudaropoulos 2005-12-04 12:33:35 Attention of all PostgreSQL 8.1.0-2 Windows Installer
Previous Message Bruce Momjian 2005-12-04 03:52:22 Re: [HACKERS] Should libedit be preferred to libreadline?