~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to contrib/intarray/uninstall__int.sql

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-04-27 08:35:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090427083530-jhwzvyit4pbf64h1
Tags: 8.4~beta1-1
* First public beta of 8.4.
* debian/*.install: Add new gettext translations.
* debian/control: Bump p-common dependency to >= 98 to ensure support for
  8.4.
* debian/rules: Build with --enable-cassert while in beta.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
DROP FUNCTION intset(int4);
93
93
 
94
 
DROP OPERATOR <@ (_int4, _int4);
95
 
 
96
 
DROP OPERATOR @> (_int4, _int4);
97
 
 
98
94
DROP OPERATOR ~ (_int4, _int4);
99
95
 
100
96
DROP OPERATOR @ (_int4, _int4);