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
b4cd3b38
Commit
b4cd3b38
authored
Nov 11, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a handful of typos in the release notes introduced by Bruce's recent
commit. Per Gavin Sherry.
parent
6cd67c93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+7
-7
No files found.
doc/src/sgml/release.sgml
View file @
b4cd3b38
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.30
7 2004/11/10 21:43:50 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.30
8 2004/11/11 04:11:07 neilc
Exp $
-->
<appendix id="release">
...
...
@@ -301,7 +301,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
writes to the query's <literal>stdin/stdout</>, rather than
<application>psql</>'s <literal>stdin/stdout</>. The previous
behavior can be accessed via new
>
<option>pstdin</>/<option>pstdout</> parameters.
<option>pstdin</>/<option>pstdout</> parameters.
</para>
</listitem>
...
...
@@ -395,7 +395,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<para>
<type>CIDR</> values now must have their non-masked bits be zero.
For example, we no longer allow
<literal>204.248.199.1/31</literal> as a <type>CIDR
>
/> value. Such
<literal>204.248.199.1/31</literal> as a <type>CIDR
<
/> value. Such
values should never have been accepted by
<productname>PostgreSQL</productname> and will now be rejected.
</para>
...
...
@@ -1409,7 +1409,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<listitem>
<para>
<function>
>to_char>
/>/<function>to_date()</> date conversion
<function>
to_char<
/>/<function>to_date()</> date conversion
improvements (Kurt Roeckx, Fabien Coelho)
</para>
</listitem>
...
...
@@ -1439,7 +1439,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<listitem>
<para>
Allow
<type>int2</>/<type>int4</>/<type>int8</>/<type>float4</>/<type>float8
>
/>
<type>int2</>/<type>int4</>/<type>int8</>/<type>float4</>/<type>float8
<
/>
input routines to have leading or trailing whitespace
(Neil)
</para>
...
...
@@ -1464,8 +1464,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<listitem>
<para>
Fix
to_char for <literal>1 BC</> (previously it returned
<literal>1 AD</>) (Bruce)
Fix
<function>to_char</function> for <literal>1 BC</>
(previously it returned
<literal>1 AD</>) (Bruce)
</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