pgsql/doc/src/sgml plsql.sgml

Started by Bruce Momjianabout 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/06/15 15:34:51

Modified files:
doc/src/sgml : plsql.sgml

Log message:
On Wed, 2002-05-29 at 01:41, Tom Lane wrote:

Is it a good idea to provide an example (such as the above), or should I
just try and describe the behaviour?

Examples are generally good things ...

OK, the attached documentation patch provides some simple examples of
use of tablename as a parameter, %ROWTYPE and %TYPE.

In the end I decided that the documentation is literally correct, but
hard to follow without any examples explicitly showing the use of a
table name as a parameter.

Andrew McMillan