DROP_MATERIALIZED_VIEW man page on Mageia

Man page or keyword search:  
man Server   17783 pages
apropos Keyword Search (all sections)
Output format
Mageia logo
[printable version]

DROP MATERIALIZED VIEW(7PostgreSQL 9.3.2 DocumentatioDROP MATERIALIZED VIEW(7)

NAME
       DROP_MATERIALIZED_VIEW - remove a materialized view

SYNOPSIS
       DROP MATERIALIZED VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]

DESCRIPTION
       DROP MATERIALIZED VIEW drops an existing materialized view. To execute
       this command you must be the owner of the materialized view.

PARAMETERS
       IF EXISTS
	   Do not throw an error if the materialized view does not exist. A
	   notice is issued in this case.

       name
	   The name (optionally schema-qualified) of the materialized view to
	   remove.

       CASCADE
	   Automatically drop objects that depend on the materialized view
	   (such as other materialized views, or regular views).

       RESTRICT
	   Refuse to drop the materialized view if any objects depend on it.
	   This is the default.

EXAMPLES
       This command will remove the materialized view called order_summary:

	   DROP MATERIALIZED VIEW order_summary;

COMPATIBILITY
       DROP MATERIALIZED VIEW is a PostgreSQL extension.

SEE ALSO
       CREATE MATERIALIZED VIEW (CREATE_MATERIALIZED_VIEW(7)), ALTER
       MATERIALIZED VIEW (ALTER_MATERIALIZED_VIEW(7)), REFRESH MATERIALIZED
       VIEW (REFRESH_MATERIALIZED_VIEW(7))

PostgreSQL 9.3.2		     2013	     DROP MATERIALIZED VIEW(7)
[top]

List of man pages available for Mageia

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net