/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/lo/lo--1.1--1.2.sql
8 строк
323 B
Michael Paquier
contrib/lo: Use SQL-standard function bodies
14 ноя 2024, 07:23
14 ноя 2024, 07:23
13e3796
Код
Авторство
О чём код?
/* 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);