Content-Length: 267257 | pFad | http://github.com/postgrespro/postgres_cluster/commit/08af1a0a2ae8fbbd9949d9fa0f7583f6c09cf4ec

31 Eliminate trivial whitespace inconsistency in docs sample code. · postgrespro/postgres_cluster@08af1a0 · GitHub
Skip to content

Commit 08af1a0

Browse files
committed
Eliminate trivial whitespace inconsistency in docs sample code.
1 parent f897c47 commit 08af1a0

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/08af1a0a2ae8fbbd9949d9fa0f7583f6c09cf4ec

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy