diff options
Diffstat (limited to 'src/bin/pgaccess/lib/help/drop_language.hlp')
-rw-r--r-- | src/bin/pgaccess/lib/help/drop_language.hlp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/help/drop_language.hlp b/src/bin/pgaccess/lib/help/drop_language.hlp new file mode 100644 index 00000000000..77baf909894 --- /dev/null +++ b/src/bin/pgaccess/lib/help/drop_language.hlp @@ -0,0 +1,17 @@ +.pgaw:Help.f.t insert end "DROP LANGUAGE" {bold} " will remove the definition of the previously registered procedural language having the name 'langname'. + +" {} "Synopsis" {bold} " + +DROP PROCEDURAL LANGUAGE 'langname' + +" {code} "Usage" {bold} " + +This command removes the PL/Sample language: +" {} " +DROP PROCEDURAL LANGUAGE 'plsample' + +" {code} "Notes" {bold} " + +The DROP PROCEDURAL LANGUAGE statement is a Postgres language extension. + +Refer to CREATE PROCEDURAL LANGUAGE for information on how to create procedural languages. " |