From 2c6373fafaf12995e3058799709bd69483f264fe Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 9 May 2001 22:08:19 +0000 Subject: Add --echo option to createlang and droplang. from Oliver Elphick --- doc/src/sgml/ref/createlang.sgml | 23 +++++++++++++++++++++-- doc/src/sgml/ref/droplang.sgml | 13 +++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index e1e347ade22..b50873cf7a5 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,11 +1,11 @@ - 2000-11-11 + 2001-05-09 @@ -61,6 +61,15 @@ Postgres documentation + + -e, --echo + + + Displays SQL commands as they are executed. + + + + -l, --list @@ -71,6 +80,16 @@ Postgres documentation + + --L directory + + + Specifies the directory in which the language interpreter is + to be found. This is normally found automatically. + + + + diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index cf3e2907e14..4d11c85fca6 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,11 +1,11 @@ - 2000-11-11 + 2001-05-09 @@ -61,6 +61,15 @@ Postgres documentation + + -e, --echo + + + Displays SQL commands as they are executed. + + + + -l, --list -- cgit v1.2.3