mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 21:01:12 -05:00
Update pltcl expected file for E''.
This commit is contained in:
parent
c574106a66
commit
d233ec299c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ create function check_pkey1_exists(int4, bpchar) returns bool as E'
|
|||
--
|
||||
-- Trigger function on every change to T_pkey1
|
||||
--
|
||||
create function trig_pkey1_before() returns trigger as '
|
||||
create function trig_pkey1_before() returns trigger as E'
|
||||
#
|
||||
# Create prepared plans on the first call
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue