home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / obsolete / rproc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  853 b   |  39 lines

  1. /*
  2.  * rproc.h --
  3.  *    POSTGRES known registered procedure definitions.
  4.  *
  5.  * Identification:
  6.  *    $Header: /private/postgres/src/lib/H/obsolete/RCS/rproc.h,v 1.5 1990/08/17 08:54:19 cimarron Exp $
  7.  */
  8.  
  9. #ifndef    RProcIncluded    /* Include this file only once. */
  10. #define RProcIncluded    1
  11.  
  12. #define RPROC_H_OBSOLETE 1
  13. #define RPROC_H_OBSOLETE 2
  14.  
  15. /* ----------------
  16.  *    This file has been obsoleted by the information in
  17.  *    lib/H/catalog/pg_proc.h
  18.  * ----------------
  19.  */
  20. #include "catalog/pg_proc.h"
  21.  
  22. #if 0
  23. /*
  24.  * Internal/external conversion functions
  25.  */
  26. #define TextInRegProcedure            46
  27.  
  28. /*
  29.  * Equality testing functions
  30.  */
  31. #define NameEqualRegProcedure            62
  32. #define Character16EqualRegProcedure        62
  33. #define Integer16EqualRegProcedure        63
  34. #define Integer32EqualRegProcedure        65
  35. #define ObjectIdEqualRegProcedure        184
  36. #endif
  37.  
  38. #endif    /* !defined(RProcIncluded) */
  39.