pgsql: Add a tip showing how functions on composite types can be used to

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a tip showing how functions on composite types can be used to
Date: 2005-01-07 23:08:46
Message-ID: 20050107230846.9F50F3A41A8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a tip showing how functions on composite types can be used to
emulate computed fields. I suppose this is why the Berkeley boys made
it work that way in the first place, but the docs never said so anyplace.

Modified Files:
--------------
pgsql/doc/src/sgml:
xfunc.sgml (r1.93 -> r1.94)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml.diff?r1=1.93&r2=1.94)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-07 23:59:28 pgsql: Improve comments in sample config files.
Previous Message Tom Lane 2005-01-07 22:40:47 pgsql: Improve discussion of SQL functions taking/returning row types.