Re: suppress notices from inside a stored a plpgqsl function

2023-11-27 Thread Adrian Klaver
On 11/27/23 12:51, David Gauthier wrote: Hi: I have a plpgsql function that has this...     drop table if exists tmp_diff_blkviews; Even with the "if exists", I still get... NOTICE:  table "tmp_diff_blkviews" does not exist, skipping CONTEXT:  SQL statement "drop table if exists tmp_diff_blk

suppress notices from inside a stored a plpgqsl function

2023-11-27 Thread David Gauthier
Hi: I have a plpgsql function that has this... drop table if exists tmp_diff_blkviews; Even with the "if exists", I still get... NOTICE: table "tmp_diff_blkviews" does not exist, skipping CONTEXT: SQL statement "drop table if exists tmp_diff_blkviews" PL/pgSQL function dvm.blkview_diffs(c