DROP_PUBLICATION man page on Kali

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

DROP PUBLICATION(7)	 PostgreSQL 10.1 Documentation	   DROP PUBLICATION(7)

NAME
       DROP_PUBLICATION - remove a publication

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

DESCRIPTION
       DROP PUBLICATION removes an existing publication from the database.

       A publication can only be dropped by its owner or a superuser.

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

       name
	   The name of an existing publication.

       CASCADE
       RESTRICT
	   These key words do not have any effect, since there are no
	   dependencies on publications.

EXAMPLES
       Drop a publication:

	   DROP PUBLICATION mypublication;

COMPATIBILITY
       DROP PUBLICATION is a PostgreSQL extension.

SEE ALSO
       CREATE PUBLICATION (CREATE_PUBLICATION(7)), ALTER PUBLICATION
       (ALTER_PUBLICATION(7))

PostgreSQL 10.1			     2017		   DROP PUBLICATION(7)
[top]

List of man pages available for Kali

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