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.

32 lines
919B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * createas.h
  4. * prototypes for createas.c.
  5. *
  6. *
  7. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  8. * Portions Copyright (c) 1994, Regents of the University of California
  9. *
  10. * src/include/commands/createas.h
  11. *
  12. *-------------------------------------------------------------------------
  13. */
  14. #ifndef CREATEAS_H
  15. #define CREATEAS_H
  16. #include "catalog/objectaddress.h"
  17. #include "nodes/params.h"
  18. #include "nodes/parsenodes.h"
  19. #include "tcop/dest.h"
  20. #include "utils/queryenvironment.h"
  21. extern ObjectAddress ExecCreateTableAs(CreateTableAsStmt *stmt, const char *queryString,
  22. ParamListInfo params, QueryEnvironment *queryEnv, char *completionTag);
  23. extern int GetIntoRelEFlags(IntoClause *intoClause);
  24. extern DestReceiver *CreateIntoRelDestReceiver(IntoClause *intoClause);
  25. #endif /* CREATEAS_H */
上海开阖软件有限公司 沪ICP备12045867号-1