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

Christopher Kings-Lynne <chriskl@familyhealth.com.au>

From: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
To: "Curt Sampson" <cjs@cynic.net>, "Don Baccus" <dhogaza@pacifier.com>
Cc: <pgsql-hackers@postgresql.org>
Date: 2002-08-12T06:14:52Z
Lists: pgsql-hackers
> > > Oh? Ok, please translate the following into equivalant SQL that
> > > does not use a view:
> > > ...
> > Granulize GRANT to the table column level.
>
> Can you please show me the code for that? After all, I showed you
> all of my code when doing equivalants.
>
> Or are you saying that it's syntactic sugar only in some imaginary
> version of postgres that does not exist?

MySQL has column permissions and I _think_ the sql standard has them as
well.

Chris