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-7-3-2.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.331. Release 7.3.2</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-7-3-3.html" title="E.330. Release 7.3.3" /><link rel="next" href="release-7-3-1.html" title="E.332. Release 7.3.1" /></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.331. Release 7.3.2</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="release-7-3-3.html" title="E.330. Release 7.3.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-7-3-1.html" title="E.332. Release 7.3.1">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="RELEASE-7-3-2"><div class="titlepage"><div><div><h2 class="title" style="clear: both">E.331. Release 7.3.2</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect2"><a href="release-7-3-2.html#id-1.11.6.335.4">E.331.1. Migration to Version 7.3.2</a></span></dt><dt><span class="sect2"><a href="release-7-3-2.html#id-1.11.6.335.5">E.331.2. Changes</a></span></dt></dl></div><p><strong>Release date: </strong>2003-02-04</p><p> This release contains a variety of fixes for version 7.3.1. </p><div class="sect2" id="id-1.11.6.335.4"><div class="titlepage"><div><div><h3 class="title">E.331.1. Migration to Version 7.3.2</h3></div></div></div><p> A dump/restore is <span class="emphasis"><em>not</em></span> required for those running version 7.3.*. </p></div><div class="sect2" id="id-1.11.6.335.5"><div class="titlepage"><div><div><h3 class="title">E.331.2. Changes</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Restore creation of OID column in CREATE TABLE AS / SELECT INTO</p></li><li class="listitem"><p>Fix <span class="application">pg_dump</span> core dump when dumping views having comments</p></li><li class="listitem"><p>Dump DEFERRABLE/INITIALLY DEFERRED constraints properly</p></li><li class="listitem"><p>Fix UPDATE when child table's column numbering differs from parent</p></li><li class="listitem"><p>Increase default value of max_fsm_relations</p></li><li class="listitem"><p>Fix problem when fetching backwards in a cursor for a single-row query</p></li><li class="listitem"><p>Make backward fetch work properly with cursor on SELECT DISTINCT query</p></li><li class="listitem"><p>Fix problems with loading <span class="application">pg_dump</span> files containing contrib/lo usage</p></li><li class="listitem"><p>Fix problem with all-numeric user names</p></li><li class="listitem"><p>Fix possible memory leak and core dump during disconnect in libpgtcl</p></li><li class="listitem"><p>Make plpython's spi_execute command handle nulls properly (Andrew Bosma)</p></li><li class="listitem"><p>Adjust plpython error reporting so that its regression test passes again</p></li><li class="listitem"><p>Work with bison 1.875</p></li><li class="listitem"><p>Handle mixed-case names properly in plpgsql's %type (Neil)</p></li><li class="listitem"><p>Fix core dump in pltcl when executing a query rewritten by a rule</p></li><li class="listitem"><p>Repair array subscript overruns (per report from Yichen Xie)</p></li><li class="listitem"><p>Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case</p></li><li class="listitem"><p>Correctly case-fold variable names in per-database and per-user settings</p></li><li class="listitem"><p>Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns no rows</p></li><li class="listitem"><p>Fix outdated use of pg_type.typprtlen in python client interface</p></li><li class="listitem"><p>Correctly handle fractional seconds in timestamps in JDBC driver</p></li><li class="listitem"><p>Improve performance of getImportedKeys() in JDBC</p></li><li class="listitem"><p>Make shared-library symlinks work standardly on HPUX (Giles)</p></li><li class="listitem"><p>Repair inconsistent rounding behavior for timestamp, time, interval</p></li><li class="listitem"><p>SSL negotiation fixes (Nathan Mueller)</p></li><li class="listitem"><p>Make libpq's ~/.pgpass feature work when connecting with PQconnectDB</p></li><li class="listitem"><p>Update my2pg, ora2pg</p></li><li class="listitem"><p>Translation updates</p></li><li class="listitem"><p>Add casts between types lo and oid in contrib/lo</p></li><li class="listitem"><p>fastpath code now checks for privilege to call function</p></li></ul></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="release-7-3-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-7-3-1.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">E.330. Release 7.3.3 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> E.332. Release 7.3.1</td></tr></table></div></body></html>