1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgadmin-ref.sgml,v 1.4 1999/08/06 13:50:31 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgadmin-ref.sgml,v 1.5 2000/02/02 16:19:54 thomas Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -15,20 +15,21 @@ Postgres documentation
15
15
<application>pgadmin</application>
16
16
</refname>
17
17
<refpurpose>
18
- <productname>Postgres</productname> graphical interactive client
18
+ <productname>Postgres</productname>
19
+ database management and design tool for Windows 95/98/NT
19
20
</refpurpose>
20
21
</refnamediv>
21
22
<refsynopsisdiv>
22
23
<refsynopsisdivinfo>
23
- <date>1999-05-19 </date>
24
+ <date>1999-12-24 </date>
24
25
</refsynopsisdivinfo>
25
26
<synopsis>
26
- pgadmin [ <replaceable class="parameter">dbname </replaceable> ]
27
+ pgadmin [ <replaceable class="parameter">datasourcename </replaceable> [ <replaceable class="parameter">username</replaceable> [ <replaceable class="parameter">password</replaceable> ] ] ]
27
28
</synopsis>
28
29
29
30
<refsect2 id="R2-APP-PGADMIN-1">
30
31
<refsect2info>
31
- <date>1999-05-19 </date>
32
+ <date>1999-12-24 </date>
32
33
</refsect2info>
33
34
<title>
34
35
Inputs
@@ -37,10 +38,32 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
37
38
38
39
<variablelist>
39
40
<varlistentry>
40
- <term><replaceable class="PARAMETER">dbname </replaceable></term>
41
+ <term><replaceable class="PARAMETER">datasourcename </replaceable></term>
41
42
<listitem>
42
43
<para>
43
- The name of an existing database to access.
44
+ The name of an existing PostgreSQL ODBC System or User Data
45
+ Source.
46
+ </para>
47
+ </listitem>
48
+ </varlistentry>
49
+
50
+ <varlistentry>
51
+ <term><replaceable class="PARAMETER">username</replaceable></term>
52
+ <listitem>
53
+ <para>
54
+ A valid username for the specified
55
+ <replaceable class="PARAMETER">datasourcename</replaceable>.
56
+ </para>
57
+ </listitem>
58
+ </varlistentry>
59
+
60
+ <varlistentry>
61
+ <term><replaceable class="PARAMETER">password</replaceable></term>
62
+ <listitem>
63
+ <para>
64
+ A valid password for the specified
65
+ <replaceable class="PARAMETER">datasourcename</replaceable> and
66
+ <replaceable class="PARAMETER">username</replaceable>.
44
67
</para>
45
68
</listitem>
46
69
</varlistentry>
@@ -50,7 +73,7 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
50
73
51
74
<refsect2 id="R2-APP-PGADMIN-2">
52
75
<refsect2info>
53
- <date>1999-05-19 </date>
76
+ <date>1999-12-24 </date>
54
77
</refsect2info>
55
78
<title>
56
79
Outputs
@@ -62,18 +85,78 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
62
85
63
86
<refsect1 id="R1-APP-PGADMIN-1">
64
87
<refsect1info>
65
- <date>1999-05-19 </date>
88
+ <date>1999-12-24 </date>
66
89
</refsect1info>
67
90
<title>
68
91
Description
69
92
</title>
70
93
<para>
71
- <note>
72
- <title>Editor's Note</title>
73
- <para>
74
- This should be transcribed from other pgadmin info. Volunteers?
75
- </para>
76
- </note>
94
+ <application>pgadmin</application> is a general purpose tool for
95
+ designing, maintaining, and administering
96
+ <productname>Postgres</productname> databases.
97
+ It runs under Windows 95/98 and NT.
98
+ </para>
99
+
100
+ <para>
101
+ Features include:
102
+
103
+ <itemizedlist>
104
+ <listitem>
105
+ <para>
106
+ Arbitrary SQL entry.
107
+ </para>
108
+ </listitem>
109
+
110
+ <listitem>
111
+ <para>
112
+ Info Browsers and 'Creators' for databases, tables, indexes, sequences,
113
+ views, triggers, functions and languages.
114
+ </para>
115
+ </listitem>
116
+
117
+ <listitem>
118
+ <para>
119
+ User, Group and Privilege configuration dialogues.
120
+ </para>
121
+ </listitem>
122
+
123
+ <listitem>
124
+ <para>
125
+ Revision tracking with upgrade script generation.
126
+ </para>
127
+ </listitem>
128
+
129
+ <listitem>
130
+ <para>
131
+ Configuration of Microsoft MSysConf table.
132
+ </para>
133
+ </listitem>
134
+
135
+ <listitem>
136
+ <para>
137
+ Data Import and Export Wizards.
138
+ </para>
139
+ </listitem>
140
+
141
+ <listitem>
142
+ <para>
143
+ Database Migration Wizard.
144
+ </para>
145
+ </listitem>
146
+
147
+ <listitem>
148
+ <para>
149
+ Predefined reports on databases, tables, indexes, sequences, languages and
150
+ views.
151
+ </para>
152
+ </listitem>
153
+ </itemizedlist>
154
+ </para>
155
+
156
+ <para>
157
+ <application>pgadmin</application> is distributed separately from
158
+ <productname>Postgres</productname> and may be downloaded from
159
+ <ulink url="http://www.pgadmin.freeserve.co.uk">http://www.pgadmin.freeserve.co.uk</ulink>
77
160
</para>
78
161
</refsect1>
79
162
</refentry>
0 commit comments