Re: [HACKERS] Beta for 4:30AST ... ?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Beta for 4:30AST ... ?
Date: 2000-02-21 19:39:08
Message-ID: 200002211939.OAA13237@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> At 02:07 PM 2/21/00 -0500, Bruce Momjian wrote:
>
> >
> >I am totally confused why "from bar bar" is different from "bar".
>
> In the rule created for the view, the from clause gets generated
> like this:
>
> "from foo (list of columns), ..."
>
> or - if an explicit range table name is given
>
> "from foo foo (list of columns), ..."

Got it:

test=> select * from pg_class pg_class (relname);

Wow, that is some strange syntax, and I didn't know we even allowed
that.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-02-21 19:48:08 Re: [HACKERS] new backslash command of psql
Previous Message Don Baccus 2000-02-21 19:38:24 Re: [HACKERS] Beta for 4:30AST ... ?