Home
last modified time | relevance | path

Searched refs:subclassTypeId (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql10-server/postgresql-10.19/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql10-client/postgresql-10.19/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/catalog/
H A Dpg_inherits_fn.h25 extern bool typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/catalog/
H A Dpg_inherits.c289 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
300 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/catalog/
H A Dpg_inherits.c289 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
300 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/catalog/
H A Dpg_inherits.c289 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
300 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/catalog/
H A Dpg_inherits.c308 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
319 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/catalog/
H A Dpg_inherits.c308 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
319 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/catalog/
H A Dpg_inherits.c308 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
319 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/catalog/
H A Dpg_inherits.c308 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
319 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/catalog/
H A Dpg_inherits.c308 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
319 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/catalog/
H A Dpg_inherits.c308 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
319 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/catalog/
H A Dpg_inherits.c308 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
319 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/catalog/
H A Dpg_inherits.c289 typeInheritsFrom(Oid subclassTypeId, Oid superclassTypeId) in typeInheritsFrom() argument
300 subclassRelid = typeidTypeRelid(subclassTypeId); in typeInheritsFrom()

1234