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
34848052
Commit
34848052
authored
Dec 08, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release note wording improvements.
parent
8c09ba86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+7
-9
No files found.
doc/src/sgml/release.sgml
View file @
34848052
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.41
0 2005/12/08 22:44:55
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.41
1 2005/12/08 23:22:20
momjian Exp $
Typical markup:
...
...
@@ -45,12 +45,12 @@ For new features, add links to the documentation sections.
<itemizedlist>
<listitem><para>Optimizer fixes (Tom)</para></listitem>
<listitem><para>
Allow <function>to_char(interval
)</> and
<function>to_char(
time
)</> to use <literal>AM</>/<literal>PM</>
<listitem><para>
Re-enable <function>to_char(time
)</> and
<function>to_char(
interval
)</> to use <literal>AM</>/<literal>PM</>
specifications (Bruce)</para></listitem>
<listitem><para>
Allow <function>to_char(interval
)</> and
<function>to_char(
time
)</> to use <literal>HH</>, <literal>HH12</>, and
<listitem><para>
Re-enable <function>to_char(time
)</> and
<function>to_char(
interval
)</> to use <literal>HH</>, <literal>HH12</>, and
<literal>D</> format specifiers. (<function>to_char(interval)</> should
probably use <literal>HH24</>.)</para></listitem>
...
...
@@ -64,11 +64,9 @@ probably use <literal>HH24</>.)</para></listitem>
languages that require word reordering, like Turkish (Andrew,
Tom)</para></listitem>
<listitem><para>A
llow MS C to compile <application>pg_config</> (Hiroshi
<listitem><para>A
IX, HPUX, and MC C compile fixes (Tom, Hiroshi
Saito)</para></listitem>
<listitem><para>AIX and HPUX compile fixes (Tom)</para></listitem>
<listitem><para>Add 8.1.0 release note item on how to migrate invalid
<literal>UTF-8</> byte sequences (Paul Lindner)</para></listitem>
...
...
@@ -595,7 +593,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
removes invalid character sequences. A diff of the two files will
show the sequences that are invalid. <command>iconv</> reads the
entire input file into memory so it might be necessary to use
<
command
>split</> to break up the dump into multiple smaller
<
application
>split</> to break up the dump into multiple smaller
files for processing.
</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