Re: Error calling PG_RETURN_NULL() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Error calling PG_RETURN_NULL()
Date
Msg-id 24534.1311650718@sss.pgh.pa.us
Whole thread Raw
In response to Error calling PG_RETURN_NULL()  (Alexandre Savaris <alexandre.savaris@gmail.com>)
List pgsql-hackers
Alexandre Savaris <alexandre.savaris@gmail.com> writes:
> Hi! I'm working on an implementation for a new data type (PostgreSQL 
> version 9.1 beta 3 on Windows 7 32 bits), according to the following rules:
> - 1. NULL values are stored as is;
> - 2. character strings (up to 16 bytes) are stored without leading or 
> trailing spaces;
> - 3. empty character strings are stored as NULL values.

*buzzz* wrong answer, thanks for playing.

Data types do not get to editorialize on null versus not null.  Forget
your cute idea #3, and you'll be much happier.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Check constraints on partition parents only?
Next
From: Alvaro Herrera
Date:
Subject: Re: Check constraints on partition parents only?