最近更新时间: 2025-02-18 16:02:00
postgres=# CREATE OR REPLACE PROCEDURE proc_1() AS $$ begin raise notice 'Hello TBase'; end; $$ LANGUAGE PLPGSQL; CREATE PROCEDURE postgres=# drop procedure proc_1 ( ); DROP PROCEDURE postgres=#