Thread: declaring a timestamp without time zone array?

declaring a timestamp without time zone array?

From
"Celia McInnis"
Date:
In plpgsql, how do I declare an array of "timestamp without time zone"?

Thanks for your help.
Celia McInnis

Re: declaring a timestamp without time zone array?

From
Tom Lane
Date:
"Celia McInnis" <celia@drmath.ca> writes:
> In plpgsql, how do I declare an array of "timestamp without time zone"?

timestamp without time zone[]

            regards, tom lane