~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/plpgsql-cursors.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-02-05 18:13:52 UTC
  • mfrom: (1.1.10) (10.1.5 oneiric-proposed)
  • Revision ID: package-import@ubuntu.com-20130205181352-3kw4f94ilqklzm7c
Tags: 9.1.8-0ubuntu11.10
* New upstream security/bug fix release: (LP: #1116336)
  - Prevent execution of enum_recv from SQL
    The function was misdeclared, allowing a simple SQL command to crash the
    server.  In principle an attacker might be able to use it to examine the
    contents of server memory.  Our thanks to Sumit Soni (via Secunia SVCRP)
    for reporting this issue. (CVE-2013-0255)
  - See HISTORY/changelog.gz for the other bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
REV="MADE"
10
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
11
11
REL="HOME"
12
 
TITLE="PostgreSQL 9.1.5 Documentation"
 
12
TITLE="PostgreSQL 9.1.8 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="PL/pgSQL - SQL Procedural Language"
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2012-08-14T22:55:48"></HEAD
 
29
CONTENT="2013-02-04T21:38:53"></HEAD
30
30
><BODY
31
31
CLASS="SECT1"
32
32
><DIV
44
44
VALIGN="bottom"
45
45
><A
46
46
HREF="index.html"
47
 
>PostgreSQL 9.1.5 Documentation</A
 
47
>PostgreSQL 9.1.8 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
305
305
><H3
306
306
CLASS="SECT3"
307
307
><A
308
 
NAME="AEN54654"
 
308
NAME="AEN54682"
309
309
>39.7.2.1. <TT
310
310
CLASS="COMMAND"
311
311
>OPEN FOR</TT
393
393
><H3
394
394
CLASS="SECT3"
395
395
><A
396
 
NAME="AEN54675"
 
396
NAME="AEN54703"
397
397
>39.7.2.2. <TT
398
398
CLASS="COMMAND"
399
399
>OPEN FOR EXECUTE</TT
493
493
><H3
494
494
CLASS="SECT3"
495
495
><A
496
 
NAME="AEN54699"
 
496
NAME="AEN54727"
497
497
>39.7.2.3. Opening a Bound Cursor</A
498
498
></H3
499
499
><PRE
608
608
><H3
609
609
CLASS="SECT3"
610
610
><A
611
 
NAME="AEN54725"
 
611
NAME="AEN54753"
612
612
>39.7.3.1. <TT
613
613
CLASS="LITERAL"
614
614
>FETCH</TT
761
761
><H3
762
762
CLASS="SECT3"
763
763
><A
764
 
NAME="AEN54760"
 
764
NAME="AEN54788"
765
765
>39.7.3.2. <TT
766
766
CLASS="LITERAL"
767
767
>MOVE</TT
924
924
><H3
925
925
CLASS="SECT3"
926
926
><A
927
 
NAME="AEN54799"
 
927
NAME="AEN54827"
928
928
>39.7.3.3. <TT
929
929
CLASS="LITERAL"
930
930
>UPDATE/DELETE WHERE CURRENT OF</TT
982
982
><H3
983
983
CLASS="SECT3"
984
984
><A
985
 
NAME="AEN54812"
 
985
NAME="AEN54840"
986
986
>39.7.3.4. <TT
987
987
CLASS="LITERAL"
988
988
>CLOSE</TT
1017
1017
><H3
1018
1018
CLASS="SECT3"
1019
1019
><A
1020
 
NAME="AEN54821"
 
1020
NAME="AEN54849"
1021
1021
>39.7.3.5. Returning Cursors</A
1022
1022
></H3
1023
1023
><P