Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9ac0a262
Commit
9ac0a262
authored
Jun 07, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Fix up spacing around verbatim DocBook elements
parent
4c6f70cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/hstore.sgml
doc/src/sgml/hstore.sgml
+2
-2
doc/src/sgml/release-13.sgml
doc/src/sgml/release-13.sgml
+3
-3
No files found.
doc/src/sgml/hstore.sgml
View file @
9ac0a262
...
@@ -740,10 +740,10 @@ CREATE INDEX hidx ON testhstore USING GIN (h);
...
@@ -740,10 +740,10 @@ CREATE INDEX hidx ON testhstore USING GIN (h);
<para>
<para>
Example of creating such an index with a signature length of 32 bytes:
Example of creating such an index with a signature length of 32 bytes:
</para>
<programlisting>
<programlisting>
CREATE INDEX hidx ON testhstore USING GIST (h gist_hstore_ops(siglen=32));
CREATE INDEX hidx ON testhstore USING GIST (h gist_hstore_ops(siglen=32));
</programlisting>
</programlisting>
</para>
<para>
<para>
<type>hstore</type> also supports <type>btree</type> or <type>hash</type> indexes for
<type>hstore</type> also supports <type>btree</type> or <type>hash</type> indexes for
...
...
doc/src/sgml/release-13.sgml
View file @
9ac0a262
...
@@ -115,9 +115,9 @@ Author: Thomas Munro <tmunro@postgresql.org>
...
@@ -115,9 +115,9 @@ Author: Thomas Munro <tmunro@postgresql.org>
old values to new ones can be done using:
old values to new ones can be done using:
</para>
</para>
<programlisting>
<programlisting>
SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n);
SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n);
</programlisting>
</programlisting>
</listitem>
</listitem>
<listitem>
<listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment