File: pllua--1.0--2.0.sql

package info (click to toggle)
postgresql-pllua 1%3A2.0.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,316 kB
  • sloc: ansic: 14,369; sql: 2,181; makefile: 163; sh: 59; javascript: 38
file content (10 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
\echo Use "ALTER EXTENSION pllua UPDATE TO '2.0'" to load this file. \quit

-- nothing actually needed here, the version change is cosmetic;
-- but we take the opportunity to fix up some dubious properties

ALTER FUNCTION pllua_call_handler() VOLATILE CALLED ON NULL INPUT;
ALTER FUNCTION pllua_inline_handler(internal) VOLATILE STRICT;
ALTER FUNCTION pllua_validator(oid) VOLATILE STRICT;

--end