Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+2-2
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)