create default - Mailing list pgsql-sql

From guard
Subject create default
Date
Msg-id 9397o9$qlf$1@news.tht.net
Whole thread Raw
List pgsql-sql
hi,how to set default filed+field

create table "table1"( "cno1" char(10)  default NEW.cno2+NEW.cno3, "cno2" char(10) , "cno3" char(10)
);

I try pl/pgsql and pl/tcl  NOT RUN,

thanks




pgsql-sql by date:

Previous
From: "rob"
Date:
Subject: Re: Casting
Next
From: Marko Kreen
Date:
Subject: Re: [HACKERS] md5 c code