Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
postgresql-11.1-201812121535
/
doc
/
html
/
//opt/postgresql-11.1-201812121535/doc/html/release-6-2-1.html
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>E.361. Release 6.2.1</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="release-6-3.html" title="E.360. Release 6.3" /><link rel="next" href="release-6-2.html" title="E.362. Release 6.2" /></head><body><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">E.361. Release 6.2.1</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-6-3.html" title="E.360. Release 6.3">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="release.html" title="Appendix E. Release Notes">Up</a></td><th width="60%" align="center">Appendix E. Release Notes</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 11.1 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="release-6-2.html" title="E.362. Release 6.2">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-6-2-1"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.361. Release 6.2.1</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-6-2-1.html#id-1.11.6.365.6">E.361.1. Migration from version 6.2 to version 6.2.1</a></span></dt><dt><span class="sect2"><a href="release-6-2-1.html#id-1.11.6.365.7">E.361.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>1997-10-17</p><p> 6.2.1 is a bug-fix and usability release on 6.2. </p><p> Summary: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> Allow strings to span lines, per <acronym class="acronym">SQL92</acronym>. </p></li><li class="listitem"><p> Include example trigger function for inserting user names on table updates. </p></li></ul></div><p> </p><p> This is a minor bug-fix release on 6.2. For upgrades from pre-6.2 systems, a full dump/reload is required. Refer to the 6.2 release notes for instructions. </p><div class="sect2" id="id-1.11.6.365.6"><div class="titlepage"><div><div><h3 class="title">E.361.1. Migration from version 6.2 to version 6.2.1</h3></div></div></div><p> This is a minor bug-fix release. A dump/reload is not required from version 6.2, but is required from any release prior to 6.2. </p><p> In upgrading from version 6.2, if you choose to dump/reload you will find that avg(money) is now calculated correctly. All other bug fixes take effect upon updating the executables. </p><p> Another way to avoid dump/reload is to use the following SQL command from <code class="command">psql</code> to update the existing system table: </p><pre class="programlisting"> update pg_aggregate set aggfinalfn = 'cash_div_flt8' where aggname = 'avg' and aggbasetype = 790; </pre><p> </p><p> This will need to be done to every existing database, including template1. </p></div><div class="sect2" id="id-1.11.6.365.7"><div class="titlepage"><div><div><h3 class="title">E.361.2. Changes</h3></div></div></div><p> </p><pre class="programlisting"> Allow TIME and TYPE column names(Thomas) Allow larger range of true/false as boolean values(Thomas) Support output of "now" and "current"(Thomas) Handle DEFAULT with INSERT of NULL properly(Vadim) Fix for relation reference counts problem in buffer manager(Vadim) Allow strings to span lines, like ANSI(Thomas) Fix for backward cursor with ORDER BY(Vadim) Fix avg(cash) computation(Thomas) Fix for specifying a column twice in ORDER/GROUP BY(Vadim) Documented new libpq function to return affected rows, PQcmdTuples(Bruce) Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan) </pre><p> </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="release-6-3.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="release.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="release-6-2.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.360. Release 6.3 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.362. Release 6.2</td></tr></table></div></body></html>