Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
911fc20c
Commit
911fc20c
authored
Feb 02, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update with current summary information on pgadmin.
From pgadmin author on 99-12-24.
parent
2ea31fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
98 additions
and
15 deletions
+98
-15
doc/src/sgml/ref/pgadmin-ref.sgml
doc/src/sgml/ref/pgadmin-ref.sgml
+98
-15
No files found.
doc/src/sgml/ref/pgadmin-ref.sgml
View file @
911fc20c
<!--
$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
-->
...
...
@@ -15,20 +15,21 @@ Postgres documentation
<application>pgadmin</application>
</refname>
<refpurpose>
<productname>Postgres</productname> graphical interactive client
<productname>Postgres</productname>
database management and design tool for Windows 95/98/NT
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdivinfo>
<date>1999-
05-19
</date>
<date>1999-
12-24
</date>
</refsynopsisdivinfo>
<synopsis>
pgadmin [ <replaceable class="parameter">d
bname</replaceable>
]
pgadmin [ <replaceable class="parameter">d
atasourcename</replaceable> [ <replaceable class="parameter">username</replaceable> [ <replaceable class="parameter">password</replaceable> ] ]
]
</synopsis>
<refsect2 id="R2-APP-PGADMIN-1">
<refsect2info>
<date>1999-
05-19
</date>
<date>1999-
12-24
</date>
</refsect2info>
<title>
Inputs
...
...
@@ -37,10 +38,32 @@ pgadmin [ <replaceable class="parameter">dbname</replaceable> ]
<variablelist>
<varlistentry>
<term><replaceable class="PARAMETER">d
b
name</replaceable></term>
<term><replaceable class="PARAMETER">d
atasource
name</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
</title>
<para>
<note>
<title>Editor's Note</title>
<para>
This should be transcribed from other pgadmin info. Volunteers?
</para>
</note>
<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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment