/*------------------------------------------------------------------------- * * schemacmds.h * prototypes for schemacmds.c. * * * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $Id: schemacmds.h,v 1.1 2002/04/15 05:22:04 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef SCHEMACMDS_H #define SCHEMACMDS_H #include "nodes/parsenodes.h" extern void CreateSchemaCommand(CreateSchemaStmt *parsetree); #endif /* SCHEMACMDS_H */