Re: Composite types and NULL within PL/pgSQL - Mailing list pgsql-general

From Greg Stark
Subject Re: Composite types and NULL within PL/pgSQL
Date
Msg-id 87hd42wkvf.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: Composite types and NULL within PL/pgSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:

> you cannot enter such a thing as a row of a table, for example, and that is
> the basic property that any rowtype ought to have no?

Well that logic would apply equally to any SQL datatype. You can't perform
arithmetic on NULL and that's the basic property any integer should have after
all.


--
greg

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can't Figure Out Where Rows Are Going
Next
From: HH
Date:
Subject: Re: Can't Figure Out Where Rows Are Going