From 911fc20c41276750efda5e97a1cc71e44e82e284 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 2 Feb 2000 16:19:54 +0000 Subject: [PATCH] Update with current summary information on pgadmin. From pgadmin author on 99-12-24. --- doc/src/sgml/ref/pgadmin-ref.sgml | 113 ++++++++++++++++++++++++++---- 1 file changed, 98 insertions(+), 15 deletions(-) diff --git a/doc/src/sgml/ref/pgadmin-ref.sgml b/doc/src/sgml/ref/pgadmin-ref.sgml index 2fa53745ef..988054f36b 100644 --- a/doc/src/sgml/ref/pgadmin-ref.sgml +++ b/doc/src/sgml/ref/pgadmin-ref.sgml @@ -1,5 +1,5 @@ @@ -15,20 +15,21 @@ Postgres documentation pgadmin - Postgres graphical interactive client + Postgres + database management and design tool for Windows 95/98/NT - 1999-05-19 + 1999-12-24 -pgadmin [ dbname ] +pgadmin [ datasourcename [ username [ password ] ] ] - 1999-05-19 + 1999-12-24 Inputs @@ -37,10 +38,32 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ] <variablelist> <varlistentry> - <term><replaceable class="PARAMETER">dbname</replaceable></term> + <term><replaceable class="PARAMETER">datasourcename</replaceable></term> <listitem> <para> - The name of an existing database to access. + The name of an existing PostgreSQL ODBC System or User Data + Source. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><replaceable class="PARAMETER">username</replaceable></term> + <listitem> + <para> + A valid username for the specified + <replaceable class="PARAMETER">datasourcename</replaceable>. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><replaceable class="PARAMETER">password</replaceable></term> + <listitem> + <para> + A valid password for the specified + <replaceable class="PARAMETER">datasourcename</replaceable> and + <replaceable class="PARAMETER">username</replaceable>. </para> </listitem> </varlistentry> @@ -50,7 +73,7 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ] <refsect2 id="R2-APP-PGADMIN-2"> <refsect2info> - <date>1999-05-19</date> + <date>1999-12-24</date> </refsect2info> <title> Outputs @@ -62,18 +85,78 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ] <refsect1 id="R1-APP-PGADMIN-1"> <refsect1info> - <date>1999-05-19</date> + <date>1999-12-24</date> </refsect1info> <title> Description - - Editor's Note - - This should be transcribed from other pgadmin info. Volunteers? - - + pgadmin is a general purpose tool for + designing, maintaining, and administering + Postgres databases. + It runs under Windows 95/98 and NT. + + + + Features include: + + + + + Arbitrary SQL entry. + + + + + + Info Browsers and 'Creators' for databases, tables, indexes, sequences, + views, triggers, functions and languages. + + + + + + User, Group and Privilege configuration dialogues. + + + + + + Revision tracking with upgrade script generation. + + + + + + Configuration of Microsoft MSysConf table. + + + + + + Data Import and Export Wizards. + + + + + + Database Migration Wizard. + + + + + + Predefined reports on databases, tables, indexes, sequences, languages and + views. + + + + + + + pgadmin is distributed separately from + Postgres and may be downloaded from + http://www.pgadmin.freeserve.co.uk