Subject | Re: [Firebird-Architect] RFC: Proposal for the implementation of Temporary Tables. |
---|---|
Author | Ann W. Harrison |
Post date | 2004-11-23T16:06:16Z |
At 10:38 AM 11/23/2004, Martijn Tonies wrote:
affects the scope of tables across modules invoked by a connection.
Since we don't do modules, it's moot. Since we might sometime do
modules, we shouldn't give different semantics to reserved syntax.
Regards,
Ann
>Paul,That's not what the standard specifies. The GLOBAL|LOCAL qualifier
>
> > Syntax:
> >
> > CREATE TEMPORARY TABLE <table name> <table contents source>
> > [ON COMMIT {PRESERVE | DELETE} ROWS]
>
>CREATE GLOBAL TEMPORARY TABLE
>
>for tables that are accessible over connection boundaries.
affects the scope of tables across modules invoked by a connection.
Since we don't do modules, it's moot. Since we might sometime do
modules, we shouldn't give different semantics to reserved syntax.
Regards,
Ann