Fixup for src/tutorial/func.c and src/tutorial/func.source

Bruce Momjian <bruce@momjian.us>

Commit: 344190b7efea9ba2d9e7dcf85f7f40368edca58e
Author: Bruce Momjian <bruce@momjian.us>
Date: 1999-03-14T15:22:15Z
Releases: 7.1.1
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 patchup the documentation next.

Clark

Files

PathChange+/−
src/tutorial/funcs.c modified +13 −12
src/tutorial/funcs.source modified +31 −27