~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/en_US/pg/infoschema-triggers.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.1.3 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061006210648-8ebo8o2zu28ydg0d
Tags: 1.4.3-2
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>31.37.�triggers</title>
5
5
<link rel="stylesheet" href="stylesheet.css" type="text/css">
6
6
<link rev="made" href="pgsql-docs@postgresql.org">
7
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
8
 
<link rel="start" href="index.html" title="PostgreSQL 8.1.3 Documentation">
 
7
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
 
8
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
9
9
<link rel="up" href="information-schema.html" title="Chapter�31.�The Information Schema">
10
10
<link rel="prev" href="infoschema-tables.html" title="31.36.�tables">
11
11
<link rel="next" href="infoschema-usage-privileges.html" title="31.38.�usage_privileges">
 
12
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
12
13
</head>
13
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
14
15
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
18
19
   owner of the table is the owner of the trigger.)
19
20
  </p>
20
21
<div class="table">
21
 
<a name="id649210"></a><p class="title"><b>Table�31.35.�<code class="literal">triggers</code> Columns</b></p>
22
 
<table summary="triggers Columns" border="1">
 
22
<a name="id702240"></a><p class="title"><b>Table�31.35.�<code class="literal">triggers</code> Columns</b></p>
 
23
<div class="table-contents"><table summary="triggers Columns" border="1">
23
24
<colgroup>
24
25
<col>
25
26
<col>
117
118
</td>
118
119
</tr>
119
120
</tbody>
120
 
</table>
 
121
</table></div>
121
122
</div>
122
 
<p>   Triggers in <span class="productname">PostgreSQL</span> have two
 
123
<br class="table-break"><p>   Triggers in <span class="productname">PostgreSQL</span> have two
123
124
   incompatibilities with the SQL standard that affect the
124
125
   representation in the information schema.  First, trigger names are
125
126
   local to the table in <span class="productname">PostgreSQL</span>, rather