We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed51bef commit c91a5f0Copy full SHA for c91a5f0
pg_show_plans--1.0--1.1.sql
@@ -19,12 +19,13 @@ CREATE VIEW pg_show_plans AS
19
20
GRANT SELECT ON pg_show_plans TO PUBLIC;
21
22
-CREATE FUNCTION pgsp_format_yaml()
+-- Some 1.0 versions already contained yaml/xml, use "or replace" here
23
+CREATE OR REPLACE FUNCTION pgsp_format_yaml()
24
RETURNS void
25
AS 'MODULE_PATHNAME'
26
LANGUAGE C;
27
-CREATE FUNCTION pgsp_format_xml()
28
+CREATE OR REPLACE FUNCTION pgsp_format_xml()
29
30
31
0 commit comments