auto-filling a field on insert - Mailing list pgsql-general

From semi-ambivalent
Subject auto-filling a field on insert
Date
Msg-id aed6f29d-30f5-4f44-a176-675cb666823b@z3g2000prd.googlegroups.com
Whole thread Raw
Responses Re: auto-filling a field on insert
List pgsql-general
If I have a table with fields A, B, C and D how could I do something
such that if I insert values in fields A, B and C field D would be
auto-filled with the value A||B||C? Just a pointer of where to begin
looking is fine. Triggers? Copy ... From? Table or field definitions?

thx

pgsql-general by date:

Previous
From: Patrick Brückner
Date:
Subject: postgres doesn't start after crash
Next
From: David Fetter
Date:
Subject: Re: auto-filling a field on insert