Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: error dropping operator



"Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro> writes:
> I don't have experience with operators. I built one and when I tried to drop 
> it I got th efollowing error: cannot drop operator ... because it is 
> required by the database system.

> How do I drop it please ?

Well, you need to drop *your* operator, not the similarly named built-in
one which is evidently what you tried to do.  You have to watch out for
search_path gotchas here --- most likely, you need to specify the schema
containing your operator explicitly.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group