gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 line
971B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * regproc.h
  4. * Functions for the built-in types regproc, regclass, regtype, etc.
  5. *
  6. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  7. * Portions Copyright (c) 1994, Regents of the University of California
  8. *
  9. * src/include/utils/regproc.h
  10. *
  11. *-------------------------------------------------------------------------
  12. */
  13. #ifndef REGPROC_H
  14. #define REGPROC_H
  15. #include "nodes/pg_list.h"
  16. extern List *stringToQualifiedNameList(const char *string);
  17. extern char *format_procedure(Oid procedure_oid);
  18. extern char *format_procedure_qualified(Oid procedure_oid);
  19. extern void format_procedure_parts(Oid operator_oid, List **objnames,
  20. List **objargs);
  21. extern char *format_operator(Oid operator_oid);
  22. extern char *format_operator_qualified(Oid operator_oid);
  23. extern void format_operator_parts(Oid operator_oid, List **objnames,
  24. List **objargs);
  25. #endif
上海开阖软件有限公司 沪ICP备12045867号-1