Re: Multidimensional arrays in plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Celia McInnis" <celia(at)drmath(dot)ca>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Multidimensional arrays in plpgsql
Date: 2005-03-18 19:44:28
Message-ID: 9820.1111175068@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Celia McInnis" <celia(at)drmath(dot)ca> writes:
> Is there anything other than a valid timestamp that I can use for a timestamp
> initializer - for instance some value that translates to epoch time, etc.?

there are several special values, including 'epoch' ... see the docs.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ryan Riehle 2005-03-18 20:23:05 Query optimization
Previous Message Celia McInnis 2005-03-18 19:32:31 Re: Multidimensional arrays in plpgsql