Skip to content

Commit 539f32b

Browse files
committed
doc: Replace non-ASCII lines in psql example output
1 parent bc87f22 commit 539f32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3812,7 +3812,7 @@ SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38123812
SET enable_partition_pruning = off;
38133813
EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38143814
QUERY PLAN
3815-
───────────────────────────────────────────────────────────────────────────────────
3815+
-----------------------------------------------------------------------------------
38163816
Aggregate (cost=188.76..188.77 rows=1 width=8)
38173817
-> Append (cost=0.00..181.05 rows=3085 width=0)
38183818
-> Seq Scan on measurement_y2006m02 (cost=0.00..33.12 rows=617 width=0)
@@ -3837,7 +3837,7 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38373837
SET enable_partition_pruning = on;
38383838
EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38393839
QUERY PLAN
3840-
───────────────────────────────────────────────────────────────────────────────────
3840+
-----------------------------------------------------------------------------------
38413841
Aggregate (cost=37.75..37.76 rows=1 width=8)
38423842
-> Append (cost=0.00..36.21 rows=617 width=0)
38433843
-> Seq Scan on measurement_y2008m01 (cost=0.00..33.12 rows=617 width=0)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy