File: infoschema-sql-sizing-profiles.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (70 lines) | stat: -rw-r--r-- 2,798 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>31.33.sql_sizing_profiles</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
<link rel="up" href="information-schema.html" title="Chapter31.The Information Schema">
<link rel="prev" href="infoschema-sql-sizing.html" title="31.32.sql_sizing">
<link rel="next" href="infoschema-table-constraints.html" title="31.34.table_constraints">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="infoschema-sql-sizing-profiles"></a>31.33.<code class="literal">sql_sizing_profiles</code></h2></div></div></div>
<p>   The table <code class="literal">sql_sizing_profiles</code> contains
   information about the <code class="literal">sql_sizing</code> values that are
   required by various profiles of the SQL standard.  <span class="productname">PostgreSQL</span> does
   not track any SQL profiles, so this table is empty.
  </p>
<div class="table">
<a name="id701391"></a><p class="title"><b>Table31.31.<code class="literal">sql_sizing_profiles</code> Columns</b></p>
<div class="table-contents"><table summary="sql_sizing_profiles Columns" border="1">
<colgroup>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Name</th>
<th>Data Type</th>
<th>Description</th>
</tr></thead>
<tbody>
<tr>
<td><code class="literal">sizing_id</code></td>
<td><code class="type">cardinal_number</code></td>
<td>Identifier of the sizing item</td>
</tr>
<tr>
<td><code class="literal">sizing_name</code></td>
<td><code class="type">character_data</code></td>
<td>Descriptive name of the sizing item</td>
</tr>
<tr>
<td><code class="literal">profile_id</code></td>
<td><code class="type">character_data</code></td>
<td>Identifier string of a profile</td>
</tr>
<tr>
<td><code class="literal">required_value</code></td>
<td><code class="type">cardinal_number</code></td>
<td>       The value required by the SQL profile for the sizing item, or 0
       if the profile places no limit on the sizing item, or null if
       the profile does not require any of the features for which the
       sizing item is applicable
      </td>
</tr>
<tr>
<td><code class="literal">comments</code></td>
<td><code class="type">character_data</code></td>
<td>Possibly a comment pertaining to the sizing item within the profile</td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break">
</div></body>
</html>