Computer Science
DROP ATTRIBUTE(SQL) DROP ATTRIBUTE(SQL)
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_func-
tion(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).
PostgreSQL 09/26/97 1
Back to the index