File: prefix--1.1--1.2.0.sql

package info (click to toggle)
prefix 1.2.10-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: ansic: 1,300; sql: 756; makefile: 20; sh: 2
file content (10 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION prefix UPDATE TO '1.2.0'" to load this file. \quit

-- version 1.2.0 adds restrict and join properties to the operator <@
-- (prefix_range, prefix_range), but don't automatically update that here:
--
-- due to dependencies, that would mean dropping all your prefix_range
-- columns and having to install the extension all over again. please
-- consider doing so yourself if you need it.