Commit 8188a9be authored by Peter Eisentraut's avatar Peter Eisentraut

Refinements

parent 74e2bf95
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.6 2000/12/25 23:15:26 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.7 2000/12/30 17:11:32 petere Exp $
Postgres documentation Postgres documentation
--> -->
<refentry id="APP-PGACCESS"> <refentry id="APP-PGACCESS">
<docinfo>
<date>2000-12-30</date>
</docinfo>
<refmeta> <refmeta>
<refentrytitle id="app-pgaccess-title"> <refentrytitle id="app-pgaccess-title"><application>pgaccess</application></refentrytitle>
<application>pgaccess</application>
</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>
<refmiscinfo>Application</refmiscinfo> <refmiscinfo>Application</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname> <refname>pgaccess</refname>
<application>pgaccess</application> <refpurpose><productname>PostgreSQL</productname> graphical client</refpurpose>
</refname>
<refpurpose>
<productname>Postgres</productname> graphical interactive client
</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<refsynopsisdivinfo> <cmdsynopsis>
<date>1999-08-03</date> <command>pgaccess</command>
</refsynopsisdivinfo> <arg><replaceable>dbname</replaceable></arg>
<synopsis> </cmdsynopsis>
pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
</synopsis> <refsect2 id="app-pgaccess-options">
<title>Options</title>
<refsect2 id="R2-APP-PGACCESS-1">
<title> <variablelist>
Inputs <varlistentry>
</title> <term><replaceable>dbname</replaceable></term>
<para> <listitem>
<para>
<variablelist>
<varlistentry>
<term><replaceable class="PARAMETER">dbname</replaceable></term>
<listitem>
<para>
The name of an existing database to access. The name of an existing database to access.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</para>
</refsect2> </refsect2>
<refsect2 id="R2-APP-PGACCESS-2">
<title>
Outputs
</title>
<para>
</para>
</refsect2>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1 id="R1-APP-PGACCESS-1"> <refsect1 id="R1-APP-PGACCESS-1">
...@@ -67,14 +54,6 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -67,14 +54,6 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
functions. functions.
</para> </para>
<para>
Another way of accessing <productname>Postgres</productname>
through tcl is to use
<xref linkend="app-pgtclsh">
or
<xref linkend="app-pgtksh">.
</para>
<para> <para>
<application>pgaccess</application> can: <application>pgaccess</application> can:
...@@ -82,7 +61,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -82,7 +61,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<listitem> <listitem>
<para> <para>
Open any database on a specified host at the specified port, Open any database on a specified host at the specified port,
username and password. username, and password.
</para> </para>
</listitem> </listitem>
...@@ -94,7 +73,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -94,7 +73,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<listitem> <listitem>
<para> <para>
Save preferences in <filename>~/.pgaccessrc</filename> file. Save preferences in the <filename>~/.pgaccessrc</filename> file.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
...@@ -106,7 +85,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -106,7 +85,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<itemizedlist mark="bullet" spacing="compact"> <itemizedlist mark="bullet" spacing="compact">
<listitem> <listitem>
<para> <para>
Open multiple tables for viewing, max n records (configurable). Open multiple tables for viewing, with a configurable number of rows shown.
</para> </para>
</listitem> </listitem>
...@@ -136,13 +115,13 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -136,13 +115,13 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<listitem> <listitem>
<para> <para>
Import/export to external files (SDF,CSV). Import/export to external files (<acronym>SDF</acronym>, <acronym>CSV</acronym>).
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Use filter capabilities; enter filter like price>3.14. Use filter capabilities; enter filters like <literal>price &gt; 3.14</literal>.
</para> </para>
</listitem> </listitem>
...@@ -160,13 +139,13 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -160,13 +139,13 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<listitem> <listitem>
<para> <para>
Delete records; point to the record, press Del key. Delete records; point to the record, press <keycap>Delete</keycap> key.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Add new records; save new row with right-button-click. Add new records; save new row with right-button click.
</para> </para>
</listitem> </listitem>
...@@ -196,7 +175,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -196,7 +175,7 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<itemizedlist mark="bullet" spacing="compact"> <itemizedlist mark="bullet" spacing="compact">
<listitem> <listitem>
<para> <para>
Define, edit and store <firstterm>user defined queries</firstterm>. Define, edit and store <firstterm>user-defined queries</firstterm>.
</para> </para>
</listitem> </listitem>
...@@ -214,10 +193,10 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ] ...@@ -214,10 +193,10 @@ pgaccess [ <replaceable class="parameter">dbname</replaceable> ]
<listitem> <listitem>
<para> <para>
Execute with optional user input parameters; e.g., Execute with optional user input parameters, e.g.,
<programlisting> <programlisting>
select * from invoices where year=[parameter "Year of selection"] select * from invoices where year=[parameter "Year of selection"]
</programlisting>. </programlisting>
</para> </para>
</listitem> </listitem>
...@@ -236,7 +215,7 @@ select * from invoices where year=[parameter "Year of selection"] ...@@ -236,7 +215,7 @@ select * from invoices where year=[parameter "Year of selection"]
<listitem> <listitem>
<para> <para>
Construct queries using a visual query builder Construct queries using a visual query builder
with drag & drop support, table aliasing. with drag &amp; drop support, table aliasing.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
...@@ -332,7 +311,7 @@ select * from invoices where year=[parameter "Year of selection"] ...@@ -332,7 +311,7 @@ select * from invoices where year=[parameter "Year of selection"]
<listitem> <listitem>
<para> <para>
Change font, size and style of fields and labels. Change font, size, and style of fields and labels.
</para> </para>
</listitem> </listitem>
...@@ -344,7 +323,7 @@ select * from invoices where year=[parameter "Year of selection"] ...@@ -344,7 +323,7 @@ select * from invoices where year=[parameter "Year of selection"]
<listitem> <listitem>
<para> <para>
Preview tables, sample postscript print. Preview tables, sample <productname>Postscript</productname> print.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
...@@ -356,7 +335,7 @@ select * from invoices where year=[parameter "Year of selection"] ...@@ -356,7 +335,7 @@ select * from invoices where year=[parameter "Year of selection"]
<itemizedlist mark="bullet" spacing="compact"> <itemizedlist mark="bullet" spacing="compact">
<listitem> <listitem>
<para> <para>
Open user defined forms. Open user-defined forms.
</para> </para>
</listitem> </listitem>
...@@ -398,6 +377,42 @@ select * from invoices where year=[parameter "Year of selection"] ...@@ -398,6 +377,42 @@ select * from invoices where year=[parameter "Year of selection"]
</itemizedlist> </itemizedlist>
</para> </para>
</refsect1> </refsect1>
<refsect1>
<title>Diagnosistics</title>
<para>
If you get output like this:
<screen>
<computeroutput>
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
while executing
"load libpgtcl[info sharedlibextension]"
(procedure "main" line 3)
invoked from within
"main $argc $argv"
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
</computeroutput>
</screen>
then you need to configure your runtime linker to find the
<filename>libpgtcl.so</filename> library, most likely by setting
the <envar>LD_LIBRARY_PATH</envar> environment variable. Consult
the <productname>PostgreSQL</productname> installation instructions
for more information.
</para>
</refsect1>
<refsect1>
<title>Notes</title>
<para>
<application>pgaccess</application> is written in Tcl/Tk. Your
<productname>PostgreSQL</productname> installation needs to be
build with Tcl support for <application>pgaccess</application> to
be available.
</para>
</refsect1>
</refentry> </refentry>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment