Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
fc151211
Commit
fc151211
authored
Nov 12, 2018
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Small punctuation improvement
parent
253b3f67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+2
-2
No files found.
doc/src/sgml/ddl.sgml
View file @
fc151211
...
@@ -3889,9 +3889,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
...
@@ -3889,9 +3889,9 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
Partition pruning can be performed not only during the planning of a
Partition pruning can be performed not only during the planning of a
given query, but also during its execution. This is useful as it can
given query, but also during its execution. This is useful as it can
allow more partitions to be pruned when clauses contain expressions
allow more partitions to be pruned when clauses contain expressions
whose values are not known at query planning time
;
for example,
whose values are not known at query planning time
,
for example,
parameters defined in a <command>PREPARE</command> statement, using a
parameters defined in a <command>PREPARE</command> statement, using a
value obtained from a subquery or using a parameterized value on the
value obtained from a subquery
,
or using a parameterized value on the
inner side of a nested loop join. Partition pruning during execution
inner side of a nested loop join. Partition pruning during execution
can be performed at any of the following times:
can be performed at any of the following times:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment