1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

contrib/lo: Use SQL-standard function bodies

Author: Ronan Dunklau
Discussion: https://postgr.es/m/3316564.aeNJFYEL58@aivenlaptop
This commit is contained in:
Michael Paquier
2024-11-14 13:23:11 +09:00
parent 93f9b4a93f
commit 13e3796c90
4 changed files with 11 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ install_data(
'lo.control',
'lo--1.0--1.1.sql',
'lo--1.1.sql',
'lo--1.1--1.2.sql',
kwargs: contrib_data_args,
)