From: | Mike Mascari <mascarm(at)mascari(dot)com> |
---|---|
To: | Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Non-standard feature request |
Date: | 2002-06-27 16:26:36 |
Message-ID: | 3D1B3CBC.D7923261@mascari.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Gavin Sherry wrote:
>
> Slight bug in the previous patch. Logically (and according to SQL99's
> treatment of ON COMMIT), it can be specified only for CREATE TEMP
> TABLE. The patch throws an error if only CREATE TABLE has been specified.
...
> >
> > Attached is a patch implementing this. The patch is against 7.2.1
> > source. The grammar introduced is of the form:
> >
> > CREATE TEMP TABLE ... ON COMMIT DROP;
> >
> > Is this a desirable feature? Seems pretty useful to me.
> >
Great! I'm give this a try.
Mike Mascari
mascarm(at)mascari(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Hart | 2002-06-27 16:57:57 | Re: [HACKERS] Support (was: Democracy and organisation) |
Previous Message | Gavin Sherry | 2002-06-27 16:17:47 | Re: [HACKERS] Non-standard feature request |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2002-06-27 18:26:55 | psql: fix memory leak |
Previous Message | Gavin Sherry | 2002-06-27 16:17:47 | Re: [HACKERS] Non-standard feature request |