~ubuntu-branches/ubuntu/precise/postgresql-9.1/precise-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/ddl-others.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
ImportĀ upstreamĀ versionĀ 9.1~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>Other Database Objects</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REV="MADE"
 
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
 
11
REL="HOME"
 
12
TITLE="PostgreSQL 9.1beta1 Documentation"
 
13
HREF="index.html"><LINK
 
14
REL="UP"
 
15
TITLE="Data Definition"
 
16
HREF="ddl.html"><LINK
 
17
REL="PREVIOUS"
 
18
TITLE="Foreign Data"
 
19
HREF="ddl-foreign-data.html"><LINK
 
20
REL="NEXT"
 
21
TITLE="Dependency Tracking"
 
22
HREF="ddl-depend.html"><LINK
 
23
REL="STYLESHEET"
 
24
TYPE="text/css"
 
25
HREF="stylesheet.css"><META
 
26
HTTP-EQUIV="Content-Type"
 
27
CONTENT="text/html; charset=ISO-8859-1"><META
 
28
NAME="creation"
 
29
CONTENT="2011-04-27T21:20:33"></HEAD
 
30
><BODY
 
31
CLASS="SECT1"
 
32
><DIV
 
33
CLASS="NAVHEADER"
 
34
><TABLE
 
35
SUMMARY="Header navigation table"
 
36
WIDTH="100%"
 
37
BORDER="0"
 
38
CELLPADDING="0"
 
39
CELLSPACING="0"
 
40
><TR
 
41
><TH
 
42
COLSPAN="5"
 
43
ALIGN="center"
 
44
VALIGN="bottom"
 
45
><A
 
46
HREF="index.html"
 
47
>PostgreSQL 9.1beta1 Documentation</A
 
48
></TH
 
49
></TR
 
50
><TR
 
51
><TD
 
52
WIDTH="10%"
 
53
ALIGN="left"
 
54
VALIGN="top"
 
55
><A
 
56
TITLE="Foreign Data"
 
57
HREF="ddl-foreign-data.html"
 
58
ACCESSKEY="P"
 
59
>Prev</A
 
60
></TD
 
61
><TD
 
62
WIDTH="10%"
 
63
ALIGN="left"
 
64
VALIGN="top"
 
65
><A
 
66
TITLE="Data Definition"
 
67
HREF="ddl.html"
 
68
>Fast Backward</A
 
69
></TD
 
70
><TD
 
71
WIDTH="60%"
 
72
ALIGN="center"
 
73
VALIGN="bottom"
 
74
>Chapter 5. Data Definition</TD
 
75
><TD
 
76
WIDTH="10%"
 
77
ALIGN="right"
 
78
VALIGN="top"
 
79
><A
 
80
TITLE="Data Definition"
 
81
HREF="ddl.html"
 
82
>Fast Forward</A
 
83
></TD
 
84
><TD
 
85
WIDTH="10%"
 
86
ALIGN="right"
 
87
VALIGN="top"
 
88
><A
 
89
TITLE="Dependency Tracking"
 
90
HREF="ddl-depend.html"
 
91
ACCESSKEY="N"
 
92
>Next</A
 
93
></TD
 
94
></TR
 
95
></TABLE
 
96
><HR
 
97
ALIGN="LEFT"
 
98
WIDTH="100%"></DIV
 
99
><DIV
 
100
CLASS="SECT1"
 
101
><H1
 
102
CLASS="SECT1"
 
103
><A
 
104
NAME="DDL-OTHERS"
 
105
>5.11. Other Database Objects</A
 
106
></H1
 
107
><P
 
108
>   Tables are the central objects in a relational database structure,
 
109
   because they hold your data.  But they are not the only objects
 
110
   that exist in a database.  Many other kinds of objects can be
 
111
   created to make the use and management of the data more efficient
 
112
   or convenient.  They are not discussed in this chapter, but we give
 
113
   you a list here so that you are aware of what is possible:
 
114
  </P
 
115
><P
 
116
></P
 
117
><UL
 
118
><LI
 
119
><P
 
120
>     Views
 
121
    </P
 
122
></LI
 
123
><LI
 
124
><P
 
125
>     Functions and operators
 
126
    </P
 
127
></LI
 
128
><LI
 
129
><P
 
130
>     Data types and domains
 
131
    </P
 
132
></LI
 
133
><LI
 
134
><P
 
135
>     Triggers and rewrite rules
 
136
    </P
 
137
></LI
 
138
></UL
 
139
><P
 
140
>   Detailed information on
 
141
   these topics appears in <A
 
142
HREF="server-programming.html"
 
143
>Part V</A
 
144
>.
 
145
  </P
 
146
></DIV
 
147
><DIV
 
148
CLASS="NAVFOOTER"
 
149
><HR
 
150
ALIGN="LEFT"
 
151
WIDTH="100%"><TABLE
 
152
SUMMARY="Footer navigation table"
 
153
WIDTH="100%"
 
154
BORDER="0"
 
155
CELLPADDING="0"
 
156
CELLSPACING="0"
 
157
><TR
 
158
><TD
 
159
WIDTH="33%"
 
160
ALIGN="left"
 
161
VALIGN="top"
 
162
><A
 
163
HREF="ddl-foreign-data.html"
 
164
ACCESSKEY="P"
 
165
>Prev</A
 
166
></TD
 
167
><TD
 
168
WIDTH="34%"
 
169
ALIGN="center"
 
170
VALIGN="top"
 
171
><A
 
172
HREF="index.html"
 
173
ACCESSKEY="H"
 
174
>Home</A
 
175
></TD
 
176
><TD
 
177
WIDTH="33%"
 
178
ALIGN="right"
 
179
VALIGN="top"
 
180
><A
 
181
HREF="ddl-depend.html"
 
182
ACCESSKEY="N"
 
183
>Next</A
 
184
></TD
 
185
></TR
 
186
><TR
 
187
><TD
 
188
WIDTH="33%"
 
189
ALIGN="left"
 
190
VALIGN="top"
 
191
>Foreign Data</TD
 
192
><TD
 
193
WIDTH="34%"
 
194
ALIGN="center"
 
195
VALIGN="top"
 
196
><A
 
197
HREF="ddl.html"
 
198
ACCESSKEY="U"
 
199
>Up</A
 
200
></TD
 
201
><TD
 
202
WIDTH="33%"
 
203
ALIGN="right"
 
204
VALIGN="top"
 
205
>Dependency Tracking</TD
 
206
></TR
 
207
></TABLE
 
208
></DIV
 
209
></BODY
 
210
></HTML
 
211
>
 
 
b'\\ No newline at end of file'