Re: CREATE TEMP SEQUENCE

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)barchord(dot)com>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE TEMP SEQUENCE
Date: 2001-11-06 21:15:46
Message-ID: 200111062115.fA6LFkf21029@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Lovely undocumented feature.
>
> CREATE TEMP SEQUENCE junk;
>
> Found it looking through gram.y :) Seems to work perfectly.
>

Check developement docs. It is there. Added in 7.2.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-11-06 22:40:42 Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed &
Previous Message Rod Taylor 2001-11-06 20:38:19 CREATE TEMP SEQUENCE