Re: Obtaining information on the schema of tables which

From: Daniel Ariel <pgsqlinterfaces(at)netzach(dot)co(dot)il>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Obtaining information on the schema of tables which
Date: 2005-12-15 10:50:11
Message-ID: Pine.LNX.4.58.0512151248470.3946@perpetual.jerusalem.plus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> > Is the required work to update to SQL2003 merely an update of the SQL of
> > the views in information_schema ? If it would expedite matters I would
> > be willing to help modify the SQL accordingly.
> Possibly that's all that's needed, or maybe we need some changes to the
> C-code functions that provide the protection-checking infrastructure for
> the information_schema views. The first step is to analyze exactly what
> changed between the SQL99 and SQL2003 definitions of these views, and
> then look at how this ought to fit in with Postgres' security features
> (which are not 100% identical to what the spec thinks...). If you've
> got some time to spend on this, by all means hop aboard.

OK. How do I obtain the SQL99/2003 specification without paying money ?

Daniel

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Oleg Semykin 2005-12-15 13:10:05 Get double values from binary cursor
Previous Message Daniel Ariel 2005-12-15 07:28:15 Re: Obtaining information on the schema of tables which