Re: [ODBC] [s.hetze@linux-ag.de: PostgreSQL integration Visual Basic, SQLProcedureColumns] - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: [ODBC] [s.hetze@linux-ag.de: PostgreSQL integration Visual Basic, SQLProcedureColumns]
Date
Msg-id 20020929172032.GB21140@feivel.fam-meskes.de
Whole thread Raw
In response to Re: [ODBC] [s.hetze@linux-ag.de: PostgreSQL integration Visual Basic,  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
On Fri, Sep 27, 2002 at 09:53:02AM -0700, Joe Conway wrote:
> It is in 7.3.
>
> If the return tuple definition is fixed:
> instead of:
>     exec sp_myproc()
>     go
> do
>     select * from sp_myproc();

That's a great feature to have.

> If the return tuple definition is *not* fixed:
> do
>     select * from sp_myproc() as table_alias([col definition list]);
>
> Does this help any? Can he try the 7.3 beta?

Unfortunately no. They are not willing to use a beta so they are appearantly switching to SAP DB. Sorry.

Michael
--
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: DROP COLUMN misbehaviour with multiple inheritance
Next
From: Joe Conway
Date:
Subject: Re: pg_config : postgresql.conf adjustments?