diff options
-rw-r--r-- | doc/src/sgml/ref/allfiles.sgml | 3 | ||||
-rw-r--r-- | doc/src/sgml/ref/pgadmin-ref.sgml | 180 |
2 files changed, 1 insertions, 182 deletions
diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index dea65e98f2e..e53bfc74529 100644 --- a/doc/src/sgml/ref/allfiles.sgml +++ b/doc/src/sgml/ref/allfiles.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.28 2001/05/07 00:43:14 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.29 2001/05/08 19:28:01 momjian Exp $ Postgres documentation Complete list of usable sgml source files in this directory. --> @@ -117,7 +117,6 @@ Complete list of usable sgml source files in this directory. <!entity initlocation system "initlocation.sgml"> <!entity ipcclean system "ipcclean.sgml"> <!entity pgAccess system "pgaccess-ref.sgml"> -<!entity pgAdmin system "pgadmin-ref.sgml"> <!entity pgConfig system "pg_config-ref.sgml"> <!entity pgCtl system "pg_ctl-ref.sgml"> <!entity pgDump system "pg_dump.sgml"> diff --git a/doc/src/sgml/ref/pgadmin-ref.sgml b/doc/src/sgml/ref/pgadmin-ref.sgml deleted file mode 100644 index 3648bda4126..00000000000 --- a/doc/src/sgml/ref/pgadmin-ref.sgml +++ /dev/null @@ -1,180 +0,0 @@ -<!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgadmin-ref.sgml,v 1.7 2000/12/25 23:15:26 petere Exp $ -Postgres documentation ---> - -<refentry id="APP-PGADMIN"> - <refmeta> - <refentrytitle id="app-pgadmin-title"> - <application>pgadmin</application> - </refentrytitle> - <manvolnum>1</manvolnum> - <refmiscinfo>Application</refmiscinfo> - </refmeta> - <refnamediv> - <refname> - <application>pgadmin</application> - </refname> - <refpurpose> - <productname>Postgres</productname> - database management and design tool for Windows 95/98/NT - </refpurpose> - </refnamediv> - <refsynopsisdiv> - <refsynopsisdivinfo> - <date>1999-12-24</date> - </refsynopsisdivinfo> - <synopsis> -pgadmin [ <replaceable class="parameter">datasourcename</replaceable> [ <replaceable class="parameter">username</replaceable> [ <replaceable class="parameter">password</replaceable> ] ] ] - </synopsis> - - <refsect2 id="R2-APP-PGADMIN-1"> - <refsect2info> - <date>1999-12-24</date> - </refsect2info> - <title> - Inputs - </title> - <para> - - <variablelist> - <varlistentry> - <term><replaceable class="PARAMETER">datasourcename</replaceable></term> - <listitem> - <para> - The name of an existing <productname>Postgres</productname> 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> - </variablelist> - </para> - </refsect2> - - <refsect2 id="R2-APP-PGADMIN-2"> - <refsect2info> - <date>1999-12-24</date> - </refsect2info> - <title> - Outputs - </title> - <para> - </para> - </refsect2> - </refsynopsisdiv> - - <refsect1 id="R1-APP-PGADMIN-1"> - <refsect1info> - <date>1999-12-24</date> - </refsect1info> - <title> - Description - </title> - <para> - <application>pgadmin</application> is a general purpose tool for - designing, maintaining, and administering - <productname>Postgres</productname> databases. - It runs under Windows 95/98 and NT. - </para> - - <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> - </refsect1> -</refentry> - -<!-- Keep this comment at the end of the file -Local variables: -mode: sgml -sgml-omittag:nil -sgml-shorttag:t -sgml-minimize-attributes:nil -sgml-always-quote-attributes:t -sgml-indent-step:1 -sgml-indent-data:t -sgml-parent-document:nil -sgml-default-dtd-file:"../reference.ced" -sgml-exposed-tags:nil -sgml-local-catalogs:"/usr/lib/sgml/catalog" -sgml-local-ecat-files:nil -End: ---> |