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

« back to all changes in this revision

Viewing changes to doc/src/sgml/man7/CREATE_EVENT_TRIGGER.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: CREATE EVENT TRIGGER
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 "CREATE EVENT TRIGGER" "7" "2015" "PostgreSQL 9.3.10" "PostgreSQL 9.3.10 Documentation"
 
10
.TH "CREATE EVENT TRIGGER" "7" "2016" "PostgreSQL 9.3.11" "PostgreSQL 9.3.11 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
40
40
.fi
41
41
.SH "DESCRIPTION"
42
42
.PP
43
 
 
44
43
\fBCREATE EVENT TRIGGER\fR
45
44
creates a new event trigger\&. Whenever the designated event occurs and the
46
45
WHEN