How to create a virtual column

Поиск
Список
Период
Сортировка
От Chris
Тема How to create a virtual column
Дата
Msg-id loom.20051106T035357-965@post.gmane.org
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: sequence aliases?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: How to create a virtual column