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


DROP VIEW

DROP VIEW

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO

NAME

drop view - removes a view from Postgres

SYNOPSIS

drop view view_name

DESCRIPTION

This command drops an existing view from the Postgres system. To execute this command you must be the owner of the view.

EXAMPLE

/*
* this command will remove the "myview" view
*/
drop view myview

SEE ALSO

create view(l), drop rule(l),



drop_view(l)