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
668c598a
Commit
668c598a
authored
Mar 06, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update/correct/refine.
parent
b562c62b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
86 deletions
+81
-86
doc/src/sgml/ref/pgtclsh.sgml
doc/src/sgml/ref/pgtclsh.sgml
+39
-43
doc/src/sgml/ref/pgtksh.sgml
doc/src/sgml/ref/pgtksh.sgml
+42
-43
No files found.
doc/src/sgml/ref/pgtclsh.sgml
View file @
668c598a
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgtclsh.sgml,v 1.
2 2000/12/25 23:15:2
6 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgtclsh.sgml,v 1.
3 2001/03/06 17:43:5
6 petere Exp $
Postgres documentation
-->
<refentry id="APP-PGTCLSH">
<docinfo>
<date>200
0-12-2
5</date>
<date>200
1-03-0
5</date>
</docinfo>
<refmeta>
<refentrytitle
id="app-pgtclsh-title"
>
<application>pgtclsh</application>
<refentrytitle>
pgtclsh
</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo>Application</refmiscinfo>
</refmeta>
<refnamediv>
<refname>
<application>pgtclsh</application>
</refname>
<refname>pgtclsh</refname>
<refpurpose>
<productname>Postgre
s</productname> TCL
shell client
<productname>Postgre
SQL</productname> <application>Tcl</application>
shell client
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>pgtclsh</command>
<arg><replaceable>filename</replaceable> <arg rep="repeat"><replaceable>arguments</replaceable></arg></arg>
</cmdsynopsis>
<refsect2 id="R2-APP-PGTCLSH-1">
<title>
Inputs
</title>
<para>
<variablelist>
<varlistentry>
<term><replaceable class="PARAMETER">dbname</replaceable></term>
<listitem>
<para>
The name of an existing database to access.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect2>
<refsect2 id="R2-APP-PGTCLSH-2">
<title>
Outputs
</title>
<para>
</para>
</refsect2>
</refsynopsisdiv>
<refsect1 id="
R1-APP-PGTCLSH-1
">
<refsect1 id="
app-pgtclsh-description
">
<title>
Description
</title>
<para>
<application>pgtclsh</application> provides a TCL shell interface
for <productname>Postgres</productname>.
<command>pgtclsh</command> is a <application>Tcl</application>
shell interface extended with
<productname>Postgres</productname> database access functions.
(Essentially, it is <command>tclsh</command> with
<filename>libpgtcl</filename> loaded.) Like with the regular
<application>Tcl</application> shell, the first command line
argument is a script file, any remaining arguments are passed to
the script. If no script file is named, the shell is
interactive.
</para>
<para>
Another way of accessing <productname>Postgres</productname>
through tcl is to use
<xref linkend="app-pgtksh">
or
<xref linkend="app-pgaccess">.
A <application>Tcl</application> shell with
<application>Tk</application> and
<productname>Postgres</productname> functions is available as <xref
linkend="app-pgtksh">.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="app-pgtksh"></member>
<member>
<citetitle>PostgreSQL Programmer's Guide</citetitle> (description of <filename>libpgtcl</filename>)
</member>
<member>
<citerefentry><refentrytitle>tclsh</refentrytitle> <manvolnum>1</manvolnum></citerefentry>
</member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
...
...
doc/src/sgml/ref/pgtksh.sgml
View file @
668c598a
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgtksh.sgml,v 1.
2 2000/12/25 23:15:2
6 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgtksh.sgml,v 1.
3 2001/03/06 17:43:5
6 petere Exp $
Postgres documentation
-->
<refentry id="APP-PGTKSH">
<docinfo>
<date>200
0-12-2
5</date>
<date>200
1-03-0
5</date>
</docinfo>
<refmeta>
<refentrytitle
id="app-pgtksh-title"
>
<application>pgtksh</application>
<refentrytitle>
pgtksh
</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo>Application</refmiscinfo>
</refmeta>
<refnamediv>
<refname>
<application>pgtksh</application>
</refname>
<refname>pgtksh</refname>
<refpurpose>
<productname>Postgre
s</productname> graphical TCL/TK shell
<productname>Postgre
SQL</productname> <application>Tcl/Tk</application> shell client
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>pgtksh</command>
<arg><replaceable>filename</replaceable> <arg rep="repeat"><replaceable>arguments</replaceable></arg></arg>
</cmdsynopsis>
<refsect2 id="R2-APP-PGTKSH-1">
<title>
Inputs
</title>
<para>
<variablelist>
<varlistentry>
<term><replaceable class="PARAMETER">dbname</replaceable></term>
<listitem>
<para>
The name of an existing database to access.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect2>
<refsect2 id="R2-APP-PGTKSH-2">
<title>
Outputs
</title>
<para>
</para>
</refsect2>
</refsynopsisdiv>
<refsect1 id="
R1-APP-PGTKSH-1
">
<refsect1 id="
app-pgtksh-description
">
<title>
Description
</title>
<para>
<application>pgtksh</application> provides a graphical TCL/TK shell interface
for <productname>Postgres</productname>.
<command>pgtksh</command> is a <application>Tcl/Tk</application>
shell interface extended with <productname>Postgres</productname>
database access functions. (Essentially, it is
<command>wish</command> with <filename>libpgtcl</filename> loaded.)
Like with <command>wish</command>, the regular
<application>Tcl/Tk</application> shell, the first command line
argument is a script file, any remaining arguments are passed to
the script. Special options may be processed by the
<application>X Window System</application> libraries instead.
If no script file is named, the shell is interactive.
</para>
<para>
Another way of accessing <productname>Postgres</productname>
through <acronym>TCL</acronym> is to use
<xref linkend="app-pgtclsh">
or
<xref linkend="app-pgaccess">.
A plain <application>Tcl</application> shell with
<productname>Postgres</productname> functions is available as <xref
linkend="app-pgtclsh">.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="app-pgtclsh"></member>
<member>
<citetitle>PostgreSQL Programmer's Guide</citetitle> (description of <filename>libpgtcl</filename>)
</member>
<member>
<citerefentry><refentrytitle>tclsh</refentrytitle> <manvolnum>1</manvolnum></citerefentry>
</member>
<member>
<citerefentry><refentrytitle>wish</refentrytitle> <manvolnum>1</manvolnum></citerefentry>
</member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
...
...
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