[INTERFACES] spi, tuples

From: "Collin F(dot) Lynch" <clynch(at)water2(dot)cs(dot)umass(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [INTERFACES] spi, tuples
Date: 1999-08-10 13:25:56
Message-ID: 199908101325.JAA00609@water2.cs.umass.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Greetings, Is there any way to have an spi function return the result of a query, or
to connect two tables in a view? Specifically, I have a table of times and locations from an
aerial flight, and a table of images from that flight, and I would like to select the images
that occur within a specified area. I had thought to join two tables in a view which I know
that you can do with other databases but I cannot seem to determine how to do it in postgres.
Alternately I had thought to use an spi function but I do not know how or if I can have it
return the result of a select statement of more than one record. The database ins Postgresql
6.5.1 on a Linux (RH 6) box.
Any help would be appreciated.

Collin Lynch.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-08-10 13:41:41 Re: [HACKERS] [INTERFACES] spi, tuples
Previous Message Thomas Lockhart 1999-08-10 13:17:36 Re: [HACKERS] another DECIMAL problem