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

« back to all changes in this revision

Viewing changes to docs/en_US/pg/infoschema-table-constraints.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.34.�table_constraints</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-sql-sizing-profiles.html" title="31.33.�sql_sizing_profiles">
11
11
<link rel="next" href="infoschema-table-privileges.html" title="31.35.�table_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">
17
18
   constraints belonging to tables owned by the current user.
18
19
  </p>
19
20
<div class="table">
20
 
<a name="id648488"></a><p class="title"><b>Table�31.32.�<code class="literal">table_constraints</code> Columns</b></p>
21
 
<table summary="table_constraints Columns" border="1">
 
21
<a name="id701517"></a><p class="title"><b>Table�31.32.�<code class="literal">table_constraints</code> Columns</b></p>
 
22
<div class="table-contents"><table summary="table_constraints Columns" border="1">
22
23
<colgroup>
23
24
<col>
24
25
<col>
81
82
<code class="literal">YES</code> if the constraint is deferrable and initially deferred, <code class="literal">NO</code> if not</td>
82
83
</tr>
83
84
</tbody>
84
 
</table>
 
85
</table></div>
85
86
</div>
 
87
<br class="table-break">
86
88
</div></body>
87
89
</html>