mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
contrib/xml2: Use SQL-standard function bodies.
In the same spirit as969bbd0fa
,13e3796c9
,3f323eba8
. Tom Lane and Ronan Dunklau Discussion: https://postgr.es/m/3316564.aeNJFYEL58@aivenlaptop
This commit is contained in:
@ -27,6 +27,7 @@ contrib_targets += xml2
|
||||
install_data(
|
||||
'xml2--1.0--1.1.sql',
|
||||
'xml2--1.1.sql',
|
||||
'xml2--1.1--1.2.sql',
|
||||
'xml2.control',
|
||||
kwargs: contrib_data_args,
|
||||
)
|
||||
|
Reference in New Issue
Block a user