mirror of https://github.com/postgres/postgres
Author: Ronan Dunklau Discussion: https://postgr.es/m/3316564.aeNJFYEL58@aivenlaptoppull/184/head
parent
93f9b4a93f
commit
13e3796c90
@ -0,0 +1,8 @@ |
||||
/* contrib/lo/lo--1.1--1.2.sql */ |
||||
|
||||
-- complain if script is sourced in psql, rather than via ALTER EXTENSION |
||||
\echo Use "ALTER EXTENSION lo UPDATE TO '1.2'" to load this file. \quit |
||||
|
||||
CREATE OR REPLACE FUNCTION lo_oid(lo) RETURNS pg_catalog.oid |
||||
LANGUAGE SQL STRICT IMMUTABLE PARALLEL SAFE |
||||
RETURN (SELECT $1::pg_catalog.oid); |
@ -1,6 +1,6 @@ |
||||
# lo extension |
||||
comment = 'Large Object maintenance' |
||||
default_version = '1.1' |
||||
default_version = '1.2' |
||||
module_pathname = '$libdir/lo' |
||||
relocatable = true |
||||
trusted = true |
||||
|
Loading…
Reference in new issue