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

« back to all changes in this revision

Viewing changes to docs/en_US/pg/view-pg-tables.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>42.44.�pg_tables</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="catalogs.html" title="Chapter�42.�System Catalogs">
10
10
<link rel="prev" href="view-pg-stats.html" title="42.43.�pg_stats">
11
11
<link rel="next" href="view-pg-user.html" title="42.45.�pg_user">
 
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">
15
16
<a name="view-pg-tables"></a>42.44.�<code class="structname">pg_tables</code></h2></div></div></div>
16
 
<a name="id781180"></a><p>   The view <code class="structname">pg_tables</code> provides access to
 
17
<a name="id833284"></a><p>   The view <code class="structname">pg_tables</code> provides access to
17
18
   useful information about each table in the database.
18
19
  </p>
19
20
<div class="table">
20
 
<a name="id781198"></a><p class="title"><b>Table�42.44.�<code class="structname">pg_tables</code> Columns</b></p>
21
 
<table summary="pg_tables Columns" border="1">
 
21
<a name="id833303"></a><p class="title"><b>Table�42.44.�<code class="structname">pg_tables</code> Columns</b></p>
 
22
<div class="table-contents"><table summary="pg_tables Columns" border="1">
22
23
<colgroup>
23
24
<col>
24
25
<col>
75
76
<td>true if table has triggers</td>
76
77
</tr>
77
78
</tbody>
78
 
</table>
 
79
</table></div>
79
80
</div>
 
81
<br class="table-break">
80
82
</div></body>
81
83
</html>