Re: Re: [HACKERS] Postgresql OO Patch

From: Ron Peterson <rpeterson(at)yellowbank(dot)com>
To: Chris <chris(at)bitmead(dot)com>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: [HACKERS] Postgresql OO Patch
Date: 2000-05-22 15:57:03
Message-ID: 392958CF.DA2A987@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Chris wrote:

> I.e. "SELECT * FROM foobar*" becomes
> "SELECT * FROM foobar", and "SELECT * from foobar" becomes "SELECT *
> FROM ONLY foobar".

As a user, is this all I need to know?

I'd just ask that the documentation be updated simultaneously. I don't
know SQL3 or any other vendor's implementation. I'm pretty dependant on
the docs to know what I can & can't do, and how to do it. I'm easily
confused.

-Ron-

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-05-22 15:58:06 Re: performance and number of selected columns
Previous Message Dirk Lutzebaeck 2000-05-22 15:56:02 Re: performance and number of selected columns

Browse pgsql-hackers by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-05-22 15:58:41 Re: A test to add to the crashme test
Previous Message Tom Lane 2000-05-22 15:37:12 Re: Last call for comments: fmgr rewrite [LONG]