moddatetime.sql

来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· SQL 代码 · 共 8 行

SQL
8
字号
-- Adjust this setting to control where the objects get created.SET search_path = public;CREATE OR REPLACE FUNCTION moddatetime()RETURNS triggerAS '$libdir/moddatetime'LANGUAGE C;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?