Re: OOP real life example (was Re: Why is MySQL more chosen

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: OOP real life example (was Re: Why is MySQL more chosen
Дата
Msg-id Pine.NEB.4.44.0208121447550.2317-100000@angelic.cynic.net
обсуждение исходный текст
Ответ на Re: OOP real life example (was Re: Why is MySQL more chosen  (Don Baccus <dhogaza@pacifier.com>)
Список pgsql-hackers
On Sun, 11 Aug 2002, Don Baccus wrote:

> I've been wanting to point out that SQL views are really, when
> scrutinized, "just syntactic sugar" ...

Oh? Ok, please translate the following into equivalant SQL that
does not use a view:
   CREATE TABLE t1 (key serial, value1 text, value2 text);   CREATE VIEW v1 AS SELECT key, value1 FROM t1;   GRANT
SELECTON v1 TO sorin;
 

cjs
-- 
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org   Don't you know, in this new Dark Age, we're
alllight.  --XTC
 



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: cash_out bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cash_out bug