plpgsql allowing null fields in insert commands?

From: "Celia McInnis" <celia(at)drmath(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: plpgsql allowing null fields in insert commands?
Date: 2005-03-15 22:53:42
Message-ID: 20050315224921.M11061@drmath.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi:

In a plpgsql procedure is there any way to form an insert command which has
some null values for values of the inputs?

Currently when I form such a command, the command becomes null if there are
any null values inserted for the fields.

Thanks,

Celia McInnis

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-03-15 23:01:06 Re: Next and previous sequence values
Previous Message Michael Fuhr 2005-03-15 22:41:55 Re: fetching text file from internet