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 5.2

(Apollo)

drop_type(l)


DROP TYPE

DROP TYPE

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO
BUGS

NAME

drop type - remove a user-defined type from the system catalogs

SYNOPSIS

drop type typename

DESCRIPTION

This command removes a user type from the system catalogs. Only the owner of a type can remove it.

It is the user’s responsibility to remove any operators, functions, aggregates, access methods, subtypes, classes, etc. that use a deleted type.

EXAMPLE

--
--remove the box type
--
drop type box

SEE ALSO

pgintro(1), create type(l), drop operator(l).

BUGS

If a built-in type is removed, the behavior of the backend is unpredictable.



drop_type(l)