From 3738510c2c33e8e2ea892238cbb022bcd774f875 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Fri, 1 Oct 2004 02:00:44 +0000 Subject: Remove more traces of libpgtcl from the source tree. Also, make some semi-related SGML cleanup. Original patch from ljb220@mindspring.com, additional cleanup by Neil Conway. --- doc/src/sgml/ref/create_function.sgml | 5 +- doc/src/sgml/ref/pgtclsh.sgml | 87 ----------------------------------- 2 files changed, 3 insertions(+), 89 deletions(-) delete mode 100644 doc/src/sgml/ref/pgtclsh.sgml (limited to 'doc/src/sgml/ref') diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 2333f8a374..a3e266729b 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -402,7 +402,8 @@ CREATE FUNCTION add(integer, integer) RETURNS integer - Increment an integer, making use of an argument name, in PL/PgSQL: + Increment an integer, making use of an argument name, in + PL/pgSQL: CREATE OR REPLACE FUNCTION increment(i integer) RETURNS integer AS ' diff --git a/doc/src/sgml/ref/pgtclsh.sgml b/doc/src/sgml/ref/pgtclsh.sgml deleted file mode 100644 index c7abb7a9fb..0000000000 --- a/doc/src/sgml/ref/pgtclsh.sgml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - pgtclsh - 1 - Application - - - - pgtclsh - - PostgreSQL Tcl shell client - - - - - pgtclsh - - - - - pgtclsh - filename argument - - - - - - Description - - - - pgtclsh is a Tcl - shell interface extended with - PostgreSQL database access functions. - (Essentially, it is tclsh with - libpgtcl loaded.) Like with the regular - Tcl 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. - - - - A Tcl shell with - Tk and - PostgreSQL functions is available as . - - - - - See Also - - - - - (description of libpgtcl) - - - tclsh 1 - - - - - - - -- cgit v1.2.1