11<!--
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 $
33Postgres documentation
44-->
55
@@ -15,20 +15,21 @@ Postgres documentation
1515 <application>pgadmin</application>
1616 </refname>
1717 <refpurpose>
18- <productname>Postgres</productname> graphical interactive client
18+ <productname>Postgres</productname>
19+ database management and design tool for Windows 95/98/NT
1920 </refpurpose>
2021 </refnamediv>
2122 <refsynopsisdiv>
2223 <refsynopsisdivinfo>
23- <date>1999-05-19 </date>
24+ <date>1999-12-24 </date>
2425 </refsynopsisdivinfo>
2526 <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> ] ] ]
2728 </synopsis>
2829
2930 <refsect2 id="R2-APP-PGADMIN-1">
3031 <refsect2info>
31- <date>1999-05-19 </date>
32+ <date>1999-12-24 </date>
3233 </refsect2info>
3334 <title>
3435 Inputs
@@ -37,10 +38,32 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
3738
3839 <variablelist>
3940 <varlistentry>
40- <term><replaceable class="PARAMETER">dbname </replaceable></term>
41+ <term><replaceable class="PARAMETER">datasourcename </replaceable></term>
4142 <listitem>
4243 <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>.
4467 </para>
4568 </listitem>
4669 </varlistentry>
@@ -50,7 +73,7 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
5073
5174 <refsect2 id="R2-APP-PGADMIN-2">
5275 <refsect2info>
53- <date>1999-05-19 </date>
76+ <date>1999-12-24 </date>
5477 </refsect2info>
5578 <title>
5679 Outputs
@@ -62,18 +85,78 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
6285
6386 <refsect1 id="R1-APP-PGADMIN-1">
6487 <refsect1info>
65- <date>1999-05-19 </date>
88+ <date>1999-12-24 </date>
6689 </refsect1info>
6790 <title>
6891 Description
6992 </title>
7093 <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>
77160 </para>
78161 </refsect1>
79162</refentry>