From 88199b9d5fda605360ac903dd9d3de0ca36f0b8c Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 22 Mar 2023 08:44:59 +0900 Subject: Fix a couple of typos PL/pgSQL was misspelled in a few places, so fix these. Author: Zhang Mingli Reviewed-by: Richard Guo Discussion: https://postgr.es/m/1bd41572-9cd9-465e-9f59-ee45385e51b4@Spark --- src/pl/plpython/sql/plpython_ereport.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pl/plpython/sql') diff --git a/src/pl/plpython/sql/plpython_ereport.sql b/src/pl/plpython/sql/plpython_ereport.sql index d4f6223e59d..13d6ce70be8 100644 --- a/src/pl/plpython/sql/plpython_ereport.sql +++ b/src/pl/plpython/sql/plpython_ereport.sql @@ -40,7 +40,7 @@ DO $$ plpy.info('unsupported argument', blabla='fooboo') $$ LANGUAGE plpython3u; DO $$ plpy.info('first message', message='second message') $$ LANGUAGE plpython3u; DO $$ plpy.info('first message', 'second message', message='third message') $$ LANGUAGE plpython3u; --- raise exception in python, handle exception in plgsql +-- raise exception in python, handle exception in plpgsql CREATE OR REPLACE FUNCTION raise_exception(_message text, _detail text DEFAULT NULL, _hint text DEFAULT NULL, _sqlstate text DEFAULT NULL, _schema_name text DEFAULT NULL, -- cgit v1.2.3