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
4377a9af
Commit
4377a9af
authored
Oct 22, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention that "today" doesn't work as column default anymore.
parent
7533e455
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
HISTORY
HISTORY
+6
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+5
-3
No files found.
HISTORY
View file @
4377a9af
...
@@ -82,8 +82,12 @@
...
@@ -82,8 +82,12 @@
DateStyle
DateStyle
* The oidrand(), oidsrand(), and userfntest() functions have been
* The oidrand(), oidsrand(), and userfntest() functions have been
removed.
removed.
* 'now' will no longer work as a column default; now() should be
* 'now' will no longer work as a column default; now() or
used instead
CURRENT_TIMESTAMP should be used instead
* 'today' will no longer work as a column default; CURRENT_DATE
should be used instead
* Dollar sign ($) is no longer allowed in operator names
* Dollar sign ($) can be a non-first character in identifiers
_________________________________________________________________
_________________________________________________________________
Changes
Changes
...
...
doc/src/sgml/release.sgml
View file @
4377a9af
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.21
4 2003/10/21 01:25:31
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.21
5 2003/10/22 05:09:12
momjian Exp $
-->
-->
<appendix id="release">
<appendix id="release">
...
@@ -130,8 +130,10 @@ required for those wishing to migrate data from any previous release.</para>
...
@@ -130,8 +130,10 @@ required for those wishing to migrate data from any previous release.</para>
<listitem><para> Ambiguous date values now must match the ordering specified by DateStyle</para></listitem>
<listitem><para> Ambiguous date values now must match the ordering specified by DateStyle</para></listitem>
<listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>,
<listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>,
and <function>userfntest()</function> functions have been removed.</para></listitem>
and <function>userfntest()</function> functions have been removed.</para></listitem>
<listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> should be
<listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> or
used instead</para></listitem>
<function>CURRENT_TIMESTAMP</> should be used instead</para></listitem>
<listitem><para> <literal>'today'</literal> will no longer work as a column default; <function>CURRENT_DATE</>
should be used instead</para></listitem>
<listitem><para> Dollar sign (<literal>$</>) is no longer allowed in operator names</para></listitem>
<listitem><para> Dollar sign (<literal>$</>) is no longer allowed in operator names</para></listitem>
<listitem><para> Dollar sign (<literal>$</>) can be a non-first character in identifiers</para></listitem>
<listitem><para> Dollar sign (<literal>$</>) can be a non-first character in identifiers</para></listitem>
</itemizedlist></para></sect2>
</itemizedlist></para></sect2>
...
...
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