How to create a virtual column - Mailing list pgsql-general

From Chris
Subject How to create a virtual column
Date
Msg-id loom.20051106T035357-965@post.gmane.org
Whole thread Raw
Responses Re: How to create a virtual column  (Martijn van Oosterhout <kleptog@svana.org>)
Re: How to create a virtual column  (Andreas Kretschmer <akretschmer@spamfence.net>)
List pgsql-general
How do I create a virtaul column?

A virtual column is accessible like any other column except that there is no
physical column associated with it (unless it's indexed). The data for the
column is derived from other columns in the table. For example, in a table
people, a persons name is the concatentation if their first, middle and surnames.

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: sequence aliases?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: How to create a virtual column