Update with current summary information on pgadmin.
From pgadmin author on 99-12-24.
This commit is contained in:
parent
2ea31fabe7
commit
911fc20c41
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgadmin-ref.sgml,v 1.4 1999/08/06 13:50:31 thomas Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgadmin-ref.sgml,v 1.5 2000/02/02 16:19:54 thomas Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -15,20 +15,21 @@ Postgres documentation
|
|||||||
<application>pgadmin</application>
|
<application>pgadmin</application>
|
||||||
</refname>
|
</refname>
|
||||||
<refpurpose>
|
<refpurpose>
|
||||||
<productname>Postgres</productname> graphical interactive client
|
<productname>Postgres</productname>
|
||||||
|
database management and design tool for Windows 95/98/NT
|
||||||
</refpurpose>
|
</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<refsynopsisdivinfo>
|
<refsynopsisdivinfo>
|
||||||
<date>1999-05-19</date>
|
<date>1999-12-24</date>
|
||||||
</refsynopsisdivinfo>
|
</refsynopsisdivinfo>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
|
pgadmin [ <replaceable class="parameter">datasourcename</replaceable> [ <replaceable class="parameter">username</replaceable> [ <replaceable class="parameter">password</replaceable> ] ] ]
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
|
||||||
<refsect2 id="R2-APP-PGADMIN-1">
|
<refsect2 id="R2-APP-PGADMIN-1">
|
||||||
<refsect2info>
|
<refsect2info>
|
||||||
<date>1999-05-19</date>
|
<date>1999-12-24</date>
|
||||||
</refsect2info>
|
</refsect2info>
|
||||||
<title>
|
<title>
|
||||||
Inputs
|
Inputs
|
||||||
@ -37,10 +38,32 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><replaceable class="PARAMETER">dbname</replaceable></term>
|
<term><replaceable class="PARAMETER">datasourcename</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -50,7 +73,7 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
|
|||||||
|
|
||||||
<refsect2 id="R2-APP-PGADMIN-2">
|
<refsect2 id="R2-APP-PGADMIN-2">
|
||||||
<refsect2info>
|
<refsect2info>
|
||||||
<date>1999-05-19</date>
|
<date>1999-12-24</date>
|
||||||
</refsect2info>
|
</refsect2info>
|
||||||
<title>
|
<title>
|
||||||
Outputs
|
Outputs
|
||||||
@ -62,18 +85,78 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
|
|||||||
|
|
||||||
<refsect1 id="R1-APP-PGADMIN-1">
|
<refsect1 id="R1-APP-PGADMIN-1">
|
||||||
<refsect1info>
|
<refsect1info>
|
||||||
<date>1999-05-19</date>
|
<date>1999-12-24</date>
|
||||||
</refsect1info>
|
</refsect1info>
|
||||||
<title>
|
<title>
|
||||||
Description
|
Description
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
<note>
|
<application>pgadmin</application> is a general purpose tool for
|
||||||
<title>Editor's Note</title>
|
designing, maintaining, and administering
|
||||||
<para>
|
<productname>Postgres</productname> databases.
|
||||||
This should be transcribed from other pgadmin info. Volunteers?
|
It runs under Windows 95/98 and NT.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
|
||||||
|
<para>
|
||||||
|
Features include:
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Arbitrary SQL entry.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Info Browsers and 'Creators' for databases, tables, indexes, sequences,
|
||||||
|
views, triggers, functions and languages.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
User, Group and Privilege configuration dialogues.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Revision tracking with upgrade script generation.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Configuration of Microsoft MSysConf table.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Data Import and Export Wizards.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Database Migration Wizard.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Predefined reports on databases, tables, indexes, sequences, languages and
|
||||||
|
views.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<application>pgadmin</application> is distributed separately from
|
||||||
|
<productname>Postgres</productname> and may be downloaded from
|
||||||
|
<ulink url="http://www.pgadmin.freeserve.co.uk">http://www.pgadmin.freeserve.co.uk</ulink>
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user