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
a52f2a0b
Commit
a52f2a0b
authored
Jun 21, 2014
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9.4 release notes: adjust some entry wording
Backpatch to 9.4
parent
734bea8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
23 deletions
+15
-23
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.4.sgml
+15
-23
No files found.
doc/src/sgml/release-9.4.sgml
View file @
a52f2a0b
...
...
@@ -96,7 +96,7 @@
linkend="functions-formatting-table"><function>to_timestamp()</></link>
and <function>to_date()</> format strings to consume a corresponding
number of characters in the input string (whitespace or not), then
conditionally consume adjacent whitespace if not in <literal>FX</>
conditionally consume adjacent whitespace
,
if not in <literal>FX</>
mode (Jeevan Chalke)
</para>
...
...
@@ -1638,6 +1638,18 @@
</para>
</listitem>
<listitem>
<para>
Convert <link linkend="datatype-numeric"><type>NUMERIC</></link>s to
<type>decimal</> values in <link linkend="plpython">PL/Python</link>
(Szymon Guz, Ronan Dunklau)
</para>
<para>
Previously these were converted to <type>float</>s.
</para>
</listitem>
</itemizedlist>
<sect4>
...
...
@@ -1681,26 +1693,6 @@
</sect4>
<sect4>
<title><link linkend="plpython">PL/Python</link> Server-Side Language</title>
<itemizedlist>
<listitem>
<para>
Convert <link linkend="datatype-numeric"><type>NUMERIC</></link>s
to <type>decimal</> values in PL/Python (Szymon Guz, Ronan Dunklau)
</para>
<para>
Previously these were converted to <type>float</>s.
</para>
</listitem>
</itemizedlist>
</sect4>
</sect3>
<sect3>
...
...
@@ -1891,7 +1883,7 @@
<listitem>
<para>
Have <command>\d</>
display
disabled system triggers (Bruce
Have <command>\d</>
show
disabled system triggers (Bruce
Momjian)
</para>
...
...
@@ -2013,7 +2005,7 @@
<listitem>
<para>
Add <application>pg_basebackup</> option <option>--xlogdir</>
to specify the <filename>pg_xlog</> direct
ion
location (Haribabu
to specify the <filename>pg_xlog</> direct
ory
location (Haribabu
Kommi)
</para>
</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