/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/commands/ |
H A D | sequence.h | 68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
|
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/commands/ |
H A D | sequence.h | 68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
|
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/commands/ |
H A D | sequence.h | 68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
|
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/commands/ |
H A D | sequence.h | 68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
|
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/commands/ |
H A D | sequence.h | 68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
|
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/commands/ |
H A D | sequence.h | 68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
|
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/commands/ |
H A D | sequence.h | 68 extern Datum nextval_oid(PG_FUNCTION_ARGS);
|
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/operations/ |
H A D | node_protocol.c | 327 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 D | catalog.c | 541 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 D | node_metadata.c | 1866 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 D | colocation_utils.c | 641 Datum colocationIdDatum = DirectFunctionCall1(nextval_oid, sequenceIdDatum); in GetNextColocationId()
|
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/ |
H A D | sequence.c | 526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/ |
H A D | sequence.c | 526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/ |
H A D | sequence.c | 526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/ |
H A D | sequence.c | 526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/ |
H A D | sequence.c | 526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/ |
H A D | sequence.c | 526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/ |
H A D | sequence.c | 526 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/ |
H A D | sequence.c | 560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/ |
H A D | fmgrtab.c | 943 { 1574, "nextval_oid", 1, true, false, nextval_oid },
|
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/ |
H A D | sequence.c | 560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/ |
H A D | sequence.c | 560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/ |
H A D | sequence.c | 560 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/ |
H A D | fmgrtab.c | 943 { 1574, "nextval_oid", 1, true, false, nextval_oid },
|
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/ |
H A D | sequence.c | 559 nextval_oid(PG_FUNCTION_ARGS) in nextval_oid() function
|