Re: [GENERAL] change null to "" - Mailing list pgsql-general

From amy cheng
Subject Re: [GENERAL] change null to ""
Date
Msg-id 19990901140729.46147.qmail@hotmail.com
Whole thread Raw
List pgsql-general
>You should also post the CREATE statement of PSlot,
>does it have a "NOT NULL" constraint for backlink attribute?
>if yes, you've got the answer (I would also have a look but
>I'm on the other OS right now :> )
No. so, it is JUST an example, intriguing one though.

create table PSlot (
    slotname    char(20),
    pfname      text,
    slotlink    char(20),
    backlink    char(20)
);

thanks!!!!!!!!!!!!!!!!

amy

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

pgsql-general by date:

Previous
From: "amy cheng"
Date:
Subject: Re: [GENERAL] re-post
Next
From: marten@feki.toppoint.de
Date:
Subject: Internal limitation of the CREATE VIEW statement