Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

destroylang(1)


DESTROYLANG

DESTROYLANG

NAME
SYNOPSIS
DESCRIPTION
NOTES
USAGE

NAME

destroylang − Add a programming language to a Postgres database

SYNOPSIS

destroylang [ langname ]
destroylang [ -h host ] [ -p port ]
[ langname ]

INPUTS
destroylang
accepts the following command line arguments:
langname

Specifies the name of the backend programming language to be destroyed. destroylang will prompt for langname if it is not specified on the command line.

destroylang also accepts the following command line arguments for connection parameters:
-h
host

Specifies the hostname of the machine on which the postmaster is running. Defaults to using a local Unix domain socket rather than an IP connection.

-p port

Specifies the Internet TCP/IP port or local Unix domain socket file extension on which the postmaster is listening for connections. The port number defaults to 5432, or the value of the PGPORT environment variable (if set).

OUTPUTS
destroylang
removes an existing programming language from a Postgres server, so has not explicit external output.

DESCRIPTION

destroylang is a utility for removing an existing programming language from a Postgres database. destroylang currently accepts two languages, plsql and pltcl.

NOTES

See drop_language(l) for more details.

USAGE

To remove pltcl:

% destroylang pltcl



destroylang(1)