File: upgrade.sql

package info (click to toggle)
postgresql-common 278
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,528 kB
  • sloc: perl: 4,230; sh: 1,555; makefile: 326; sql: 13; ansic: 10
file content (7 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
CREATE EXTENSION foo VERSION "100";

SELECT foo();

ALTER EXTENSION foo UPDATE TO "123";

SELECT foo();