Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    344190b7
    Fixup for src/tutorial/func.c and src/tutorial/func.source · 344190b7
    Bruce Momjian authored
    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
    344190b7
    History
    Fixup for src/tutorial/func.c and src/tutorial/func.source
    Bruce Momjian authored
    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