drop_type man page on IRIX

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



     DROP TYPE(l) SQL - Language Statements (2002-11-22)  DROP TYPE(l)

     NAME
	  DROP TYPE - remove a user-defined data type

     SYNOPSIS
	  DROP TYPE typename [, ...] [ CASCADE | RESTRICT ]

	INPUTS
	  typename
	       The name (optionally schema-qualified) of an existing
	       type.

	  CASCADE
	       Automatically drop objects that depend on the type
	       (such as table columns, functions, operators, etc).

	  RESTRICT
	       Refuse to drop the type if there are any dependent
	       objects.	 This is the default.

	OUTPUTS
	  DROP TYPE
	       The message returned if the command is successful.

	  ERROR: RemoveType: type 'typename' does not exist
	       This message occurs if the specified type is not found.

     DESCRIPTION
	  DROP TYPE will remove a user type from the system catalogs.

	  Only the owner of a type can remove it.

     EXAMPLES
	  To remove the box type:

	  DROP TYPE box;

     COMPATIBILITY
	  Note that the CREATE TYPE command and the data type
	  extension mechanisms in PostgreSQL differ from SQL99.

     SEE ALSO
	  CREATE TYPE [create_type(l)]

     Page 1					     (printed 3/24/03)

[top]

List of man pages available for IRIX

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