Re: IN/OUT parameters

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pg(at)fastcrypt(dot)com, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: IN/OUT parameters
Date: 2005-05-24 19:29:06
Message-ID: 200505241229.07056.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Tom,

> How would it help for BIND to incorporate direction? What would it even
> *mean* for BIND to incorporate direction --- it's a client-to-server
> message, and can hardly be expected to transmit data in the reverse
> direction.

Where directionality comes in is with OUT-only parameters. Which, IMHO,
aren't terribly important unless SQL2003 demands them; MSSQL didn't even
bother to implement them. Anyone know what SQL3 says?

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-05-24 19:31:43 Re: postmaster.pid disappeared
Previous Message Dave Cramer 2005-05-24 19:21:54 Re: IN/OUT parameters

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2005-05-24 20:35:30 Re: IN/OUT parameters
Previous Message Dave Cramer 2005-05-24 19:21:54 Re: IN/OUT parameters