Home
last modified time | relevance | path

Searched refs:CreatedbStmt (Results 26 – 50 of 516) sorted by relevance

12345678910>>...21

/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql12-server/postgresql-12.9/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql14-server/postgresql-14.1/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql14-client/postgresql-14.1/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql13-server/postgresql-13.5/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/postgresql13-client/postgresql-13.5/src/include/commands/
H A Ddbcommands.h22 extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt);
/dports/databases/py-pglast/pglast-1.2/docs/
H A Dddl.rst140 .. index:: CreatedbStmt
144 …Pretty print a `node` of type `CreatedbStmt <https://github.com/lfittl/libpg_query/blob/d710cb0/sr…
147 pair: CreatedbStmt;DefElem
151 …rc/postgres/include/nodes/parsenodes.h#L715>`__, when it is inside a `CreatedbStmt <https://github…
/dports/databases/timescaledb/timescaledb-2.5.1/src/loader/
H A Dloader.c382 CreatedbStmt *stmt = (CreatedbStmt *) query->utilityStmt; in post_analyze_hook()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/sepgsql/
H A Dhooks.c327 foreach(cell, ((CreatedbStmt *) parsetree)->options) in sepgsql_utility_command()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/sepgsql/
H A Dhooks.c327 foreach(cell, ((CreatedbStmt *) parsetree)->options) in sepgsql_utility_command()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/sepgsql/
H A Dhooks.c327 foreach(cell, ((CreatedbStmt *) parsetree)->options) in sepgsql_utility_command()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/sepgsql/
H A Dhooks.c330 foreach(cell, ((CreatedbStmt *) parsetree)->options) in sepgsql_utility_command()

12345678910>>...21