Home
last modified time | relevance | path

Searched refs:RelationGetPartitionDesc (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/partitioning/
H A Dpartdesc.h33 extern PartitionDesc RelationGetPartitionDesc(Relation rel);
/dports/databases/postgresql13-server/postgresql-13.5/src/include/partitioning/
H A Dpartdesc.h33 extern PartitionDesc RelationGetPartitionDesc(Relation rel);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/partitioning/
H A Dpartdesc.h33 extern PartitionDesc RelationGetPartitionDesc(Relation rel);
/dports/databases/postgresql13-client/postgresql-13.5/src/include/partitioning/
H A Dpartdesc.h33 extern PartitionDesc RelationGetPartitionDesc(Relation rel);
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/partitioning/
H A Dpartdesc.h33 extern PartitionDesc RelationGetPartitionDesc(Relation rel);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/partitioning/
H A Dpartdesc.h33 extern PartitionDesc RelationGetPartitionDesc(Relation rel);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/partitioning/
H A Dpartdesc.h33 extern PartitionDesc RelationGetPartitionDesc(Relation rel);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/partitioning/
H A Dpartdesc.h42 extern PartitionDesc RelationGetPartitionDesc(Relation rel, bool omit_detached);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/partitioning/
H A Dpartdesc.h42 extern PartitionDesc RelationGetPartitionDesc(Relation rel, bool omit_detached);
/dports/databases/postgresql14-server/postgresql-14.1/src/include/partitioning/
H A Dpartdesc.h42 extern PartitionDesc RelationGetPartitionDesc(Relation rel, bool omit_detached);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/partitioning/
H A Dpartdesc.h42 extern PartitionDesc RelationGetPartitionDesc(Relation rel, bool omit_detached);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/partitioning/
H A Dpartdesc.h42 extern PartitionDesc RelationGetPartitionDesc(Relation rel, bool omit_detached);
/dports/databases/postgresql14-client/postgresql-14.1/src/include/partitioning/
H A Dpartdesc.h42 extern PartitionDesc RelationGetPartitionDesc(Relation rel, bool omit_detached);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/partitioning/
H A Dpartdesc.h42 extern PartitionDesc RelationGetPartitionDesc(Relation rel, bool omit_detached);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c65 RelationGetPartitionDesc(Relation rel) in RelationGetPartitionDesc() function
331 pde->pd = RelationGetPartitionDesc(rel); in PartitionDirectoryLookup()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c65 RelationGetPartitionDesc(Relation rel)
331 pde->pd = RelationGetPartitionDesc(rel);
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c65 RelationGetPartitionDesc(Relation rel) in RelationGetPartitionDesc() function
331 pde->pd = RelationGetPartitionDesc(rel); in PartitionDirectoryLookup()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c65 RelationGetPartitionDesc(Relation rel) in RelationGetPartitionDesc() function
331 pde->pd = RelationGetPartitionDesc(rel); in PartitionDirectoryLookup()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c65 RelationGetPartitionDesc(Relation rel) in RelationGetPartitionDesc() function
331 pde->pd = RelationGetPartitionDesc(rel); in PartitionDirectoryLookup()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c65 RelationGetPartitionDesc(Relation rel) in RelationGetPartitionDesc() function
331 pde->pd = RelationGetPartitionDesc(rel); in PartitionDirectoryLookup()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c65 RelationGetPartitionDesc(Relation rel) in RelationGetPartitionDesc() function
331 pde->pd = RelationGetPartitionDesc(rel); in PartitionDirectoryLookup()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c72 RelationGetPartitionDesc(Relation rel, bool omit_detached) in RelationGetPartitionDesc() function
425 pde->pd = RelationGetPartitionDesc(rel, pdir->omit_detached); in PartitionDirectoryLookup()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c72 RelationGetPartitionDesc(Relation rel, bool omit_detached) in RelationGetPartitionDesc() function
425 pde->pd = RelationGetPartitionDesc(rel, pdir->omit_detached); in PartitionDirectoryLookup()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c72 RelationGetPartitionDesc(Relation rel, bool omit_detached) in RelationGetPartitionDesc() function
425 pde->pd = RelationGetPartitionDesc(rel, pdir->omit_detached); in PartitionDirectoryLookup()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c72 RelationGetPartitionDesc(Relation rel, bool omit_detached) in RelationGetPartitionDesc() function
425 pde->pd = RelationGetPartitionDesc(rel, pdir->omit_detached); in PartitionDirectoryLookup()

12345678910