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, 0 insertions, 17 deletions
diff --git a/src/bin/pgaccess/lib/help/drop_language.hlp b/src/bin/pgaccess/lib/help/drop_language.hlp deleted file mode 100644 index 77baf909894..00000000000 --- a/src/bin/pgaccess/lib/help/drop_language.hlp +++ /dev/null @@ -1,17 +0,0 @@ -.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. " |