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

Commit08af1a0

Browse files
committed
Eliminate trivial whitespace inconsistency in docs sample code.
1 parentf897c47 commit08af1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/rules.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,13 +1002,13 @@ REFRESH MATERIALIZED VIEW sales_summary;
10021002

10031003
<programlisting>
10041004
CREATE EXTENSION file_fdw;
1005-
CREATE SERVER local_file FOREIGN DATA WRAPPER file_fdw;
1005+
CREATE SERVER local_file FOREIGN DATA WRAPPER file_fdw;
10061006
CREATE FOREIGN TABLE words (word text NOT NULL)
10071007
SERVER local_file
10081008
OPTIONS (filename '/etc/dictionaries-common/words');
10091009
CREATE MATERIALIZED VIEW wrd AS SELECT * FROM words;
10101010
CREATE UNIQUE INDEX wrd_word ON wrd (word);
1011-
CREATE EXTENSION pg_trgm;
1011+
CREATE EXTENSION pg_trgm;
10121012
CREATE INDEX wrd_trgm ON wrd USING gist (word gist_trgm_ops);
10131013
VACUUM ANALYZE wrd;
10141014
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp