[pgAdmin][RM5849] "create or replace" for trigger functions

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM5849] "create or replace" for trigger functions
Date: 2021-08-24 12:00:58
Message-ID: CAM9w-_n0dAwSoej5jS9=6kA+PK0+8T9ntWAvemtXPsxbMbeRNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached patch will change reverse engineered SQL from "create" to "create
or replace" for trigger functions.
Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM5849.patch application/octet-stream 55.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-24 12:53:38 pgAdmin 4 commit: Ensure that trigger function SQL should have 'create
Previous Message Aditya Toshniwal 2021-08-24 11:51:44 Re: [pgAdmin][RM6495] ERD 1:M relationship - allow the referenced table to be the same as the local table.