mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 10:25:42 -05:00
Fix grammar.
Etsuro Fujita Discussion: http://postgr.es/m/cc7767b6-6a1b-74a2-8b3c-48b8e64c12ed@lab.ntt.co.jp
This commit is contained in:
parent
1310ac258c
commit
24fd674a1a
1 changed files with 2 additions and 2 deletions
|
|
@ -1088,8 +1088,8 @@ broken into joins between the matching partitions. The resultant join is
|
|||
partitioned in the same way as the joining relations, thus allowing an N-way
|
||||
join between similarly partitioned tables having equi-join condition between
|
||||
their partition keys to be broken down into N-way joins between their matching
|
||||
partitions. This technique of breaking down a join between partition tables
|
||||
into join between their partitions is called partition-wise join. We will use
|
||||
partitions. This technique of breaking down a join between partitioned tables
|
||||
into joins between their partitions is called partition-wise join. We will use
|
||||
term "partitioned relation" for either a partitioned table or a join between
|
||||
compatibly partitioned tables.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue