~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/man7/ALTER_FOREIGN_DATA_WRAPPER.7

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2016-02-11 15:44:43 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20160211154443-hmgw1nqsuckp5pa9
Tags: 9.3.11-0ubuntu0.14.04
* New upstream security/bug fix release: (LP: #1544576)
  - Fix infinite loops and buffer-overrun problems in regular expressions.
    Very large character ranges in bracket expressions could cause infinite
    loops in some cases, and memory overwrites in other cases.
    (CVE-2016-0773)
  - Prevent certain PL/Java parameters from being set by non-superusers.
    This change mitigates a PL/Java security bug (CVE-2016-0766), which was
    fixed in PL/Java by marking these parameters as superuser-only. To fix
    the security hazard for sites that update PostgreSQL more frequently
    than PL/Java, make the core code aware of them also.
  - See release notes for details about other fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"     Title: ALTER FOREIGN DATA WRAPPER
3
3
.\"    Author: The PostgreSQL Global Development Group
4
 
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
 
.\"      Date: 2015
6
 
.\"    Manual: PostgreSQL 9.3.10 Documentation
7
 
.\"    Source: PostgreSQL 9.3.10
 
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
 
5
.\"      Date: 2016
 
6
.\"    Manual: PostgreSQL 9.3.11 Documentation
 
7
.\"    Source: PostgreSQL 9.3.11
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "ALTER FOREIGN DATA WRAPPER" "7" "2015" "PostgreSQL 9.3.10" "PostgreSQL 9.3.10 Documentation"
 
10
.TH "ALTER FOREIGN DATA WRAPPER" "7" "2016" "PostgreSQL 9.3.11" "PostgreSQL 9.3.11 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
42
42
.fi
43
43
.SH "DESCRIPTION"
44
44
.PP
45
 
 
46
45
\fBALTER FOREIGN DATA WRAPPER\fR
47
46
changes the definition of a foreign\-data wrapper\&. The first form of the command changes the support functions or the generic options of the foreign\-data wrapper (at least one clause is required)\&. The second form changes the owner of the foreign\-data wrapper\&.
48
47
.PP
135
134
.\}
136
135
.SH "COMPATIBILITY"
137
136
.PP
138
 
 
139
137
\fBALTER FOREIGN DATA WRAPPER\fR
140
138
conforms to ISO/IEC 9075\-9 (SQL/MED), except that the
141
139
HANDLER,