Home
last modified time | relevance | path

Searched refs:nextval_oid (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/commands/
H A Dsequence.h68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/commands/
H A Dsequence.h68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/commands/
H A Dsequence.h68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/commands/
H A Dsequence.h68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/commands/
H A Dsequence.h68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/commands/
H A Dsequence.h68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/commands/
H A Dsequence.h68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/operations/
H A Dnode_protocol.c327 Datum shardIdDatum = DirectFunctionCall1(nextval_oid, sequenceIdDatum); in GetNextShardId()
399 Datum placementIdDatum = DirectFunctionCall1(nextval_oid, sequenceIdDatum); in GetNextPlacementId()
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dcatalog.c541 return DatumGetInt64(DirectFunctionCall1(nextval_oid, ObjectIdGetDatum(relid))); in ts_catalog_table_next_seq_id()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dnode_metadata.c1866 Datum groupIdDatum = DirectFunctionCall1(nextval_oid, sequenceIdDatum); in GetNextGroupId()
1898 Datum nextNodeIdDatum = DirectFunctionCall1(nextval_oid, sequenceIdDatum); in GetNextNodeId()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dcolocation_utils.c641 Datum colocationIdDatum = DirectFunctionCall1(nextval_oid, sequenceIdDatum); in GetNextColocationId()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dsequence.c526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dsequence.c526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dsequence.c526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dsequence.c526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dsequence.c526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dsequence.c526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dsequence.c526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dsequence.c560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c943 { 1574, "nextval_oid", 1, true, false, nextval_oid },
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dsequence.c560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dsequence.c560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dsequence.c560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c943 { 1574, "nextval_oid", 1, true, false, nextval_oid },
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dsequence.c559 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function

123456789