Input Arguments

From: "Sumita Biswas" <sbiswas(at)cisco(dot)com>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Input Arguments
Date: 2004-02-23 06:21:16
Message-ID: 002401c3f9d5$3e5b31a0$2a154d0a@apac.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

One more query:

Cant I do something like this:

$2 := $2 + interval ''86399 seconds'';

Where $2 is one of my input variables to the function.
It gives me an error:
ERROR: $2 is declared CONSTANT

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Sumita Biswas 2004-02-23 08:17:22 DATEADD
Previous Message Christopher Browne 2004-02-23 04:07:13 Re: User defined types -- Social Security number...