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
da8325fa
Commit
da8325fa
authored
Aug 08, 2004
by
Joe Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated release notes for recent array syntax changes.
parent
8120ff63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
1 deletion
+32
-1
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+32
-1
No files found.
doc/src/sgml/release.sgml
View file @
da8325fa
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
8 2004/08/06 23:33:48 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
9 2004/08/08 05:46:40 joe
Exp $
-->
<appendix id="release">
...
...
@@ -311,6 +311,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp
removed.
</para>
</listitem>
<listitem>
<para>
Syntax checking of array input processing has been tighened up
considerably. Junk that was previously allowed in odd places with
odd results now causes an ERROR. Also changed behavior with respect
to whitespace; trailing whitespace is now ignored as well as leading
whitespace (which has always been ignored).
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
...
...
@@ -1114,6 +1124,27 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp
</para>
</listitem>
<listitem>
<para>
Syntax checking of array input processing considerably tighened up (Joe)
</para>
<para>
Junk that was previously allowed in odd places with odd results now
causes an ERROR.
</para>
</listitem>
<listitem>
<para>
Array element trailing whitespace is now ignored (Joe)
</para>
<para>
Formerly leading whitespace was ignored, but trailing whitespace
between an element and the delimiter or right brace was significant.
Now trailing whitespace is also ignored.
</para>
</listitem>
<listitem>
<para>
Emit array literals with explicit array bounds when lower bound is not one
...
...
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