Re: userdefined types

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Assad Jarrahian <jarraa(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: userdefined types
Date: 2006-01-09 19:00:21
Message-ID: 43C2B2C5.1050000@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Assad Jarrahian schrieb:
> Why is the first commaa wrong?
> I guess thats my question
>
> how do I set a value of a type to null?
> I mean if type is made up of type a,b,c
> how do I set them all at once, but having b to be null?
>
> I thought using the ,, with nothing in between would do that I guess I
> was wrong.
> Any help would be much appreciated.
> -assad

You write: null
e.g. (null,null,1,2,3,4) in your case.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2006-01-09 20:20:25 Re: help with rules for system table
Previous Message Assad Jarrahian 2006-01-09 18:30:31 Re: userdefined types