Fixup for src/tutorial/func.c and src/tutorial/func.source
authorBruce Momjian <[email protected]>
Sun, 14 Mar 1999 15:22:15 +0000 (15:22 +0000)
committerBruce Momjian <[email protected]>
Sun, 14 Mar 1999 15:22:15 +0000 (15:22 +0000)
commit344190b7efea9ba2d9e7dcf85f7f40368edca58e
tree98ded37d3be89d5a3f5d4f5b136168dd7f33ff80
parentf6a9ed044517296374e9eec652f72fe3eddae1c7
Fixup for src/tutorial/func.c and src/tutorial/func.source

Removed char16 and replaced with an example using Point
as suggested by Tom Lane.  The dept field was changed to
the cubicle field denoting the row(x) and column(y) of
the employee's cube in the corporate jungle.  The C function
builds a 'compromise' cubicle from two suggested ones.

I'll try and up the documentation next.

Clark
src/tutorial/funcs.c
src/tutorial/funcs.source