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)

drop(l)


DROP ATTRIBUTE

DROP ATTRIBUTE

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

drop - destroy existing attributes

SYNOPSIS

drop {aggregate|database|function|index|operator
|rule|sequence|table|trigger|type|view}

DESCRIPTION

drop attribute removes an attribute from the database. Refer to a specific man page (e.g. "man drop_table") for details.

SEE ALSO

delete(l), drop_aggregate(l), drop_database(l), drop_function(l), drop_index(l), drop_operator(l), drop_rule(l), drop_sequence(l), drop_table(l), drop_trigger(l), drop_type(l), drop_view(l).



drop(l)