mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out.
84 lines
2.2 KiB
Plaintext
84 lines
2.2 KiB
Plaintext
<!--
|
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgtclsh.sgml,v 1.5 2002/04/21 19:02:39 thomas Exp $
|
|
PostgreSQL documentation
|
|
-->
|
|
|
|
<refentry id="APP-PGTCLSH">
|
|
<refmeta>
|
|
<refentrytitle>pgtclsh</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
<refmiscinfo>Application</refmiscinfo>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>pgtclsh</refname>
|
|
<refpurpose>
|
|
<productname>PostgreSQL</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>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1 id="app-pgtclsh-description">
|
|
<title>
|
|
Description
|
|
</title>
|
|
|
|
<para>
|
|
<command>pgtclsh</command> is a <application>Tcl</application>
|
|
shell interface extended with
|
|
<productname>PostgreSQL</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>
|
|
A <application>Tcl</application> shell with
|
|
<application>Tk</application> and
|
|
<productname>PostgreSQL</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
|
|
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:
|
|
-->
|