Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit539f32b

Browse files
committed
doc: Replace non-ASCII lines in psql example output
1 parentbc87f22 commit539f32b

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)

[8]ページ先頭

©2009-2025 Movatter.jp