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(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)