.\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... .\" $Header: /usr/local/cvsroot/pgsql/src/man/drop.l,v 1.5 1998/01/11 22:17:26 momjian Exp $ .\" Translated by Mitsuhiro Maeda (mitsu@cni.co.jp) .TH "DROP ATTRIBUTE" SQL 09/26/97 日本語PostgreSQL .SH 名称 .\" drop - destroy existing attributes drop - 既存の属性を削除します .SH 形式 .nf \fBdrop {aggregate|database|function|index|operator |rule|sequence|table|trigger|type|view}\fR .fi .SH 説明 .\" .BR "drop attribute" .\" removes an attribute from the database. .BR "drop attribute" はデータベースから属性を削除します。 .\" Refer to a specific man page (e.g. "man drop_table") for details. 詳細は特定の man ページ(例えば "man drop_table")を参照してください。 .SH 参照 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).