英文: postgres function that takes the result of a select query 问题 我正在尝试编写一个 PostgreSQL 函数,该函数接受一个 SEL...
为什么在 PostgreSQL 中用于触发器的条件从未满足?
英文: Why is the condition used for the trigger never satisfied on PostgreSQL? 问题 我试图创建一个简单的触发器来确保&quo...
如何将此触发器从TSQL转换为PL/pgSQL。
英文: How to convert this trigger from TSQL to PL/pgSQL 问题 表和插入 CREATE TABLE authentification ( id ser...
PL/pgSQL函数调用另一个函数时的事务行为
英文: PL/pgSQL transaction behavior when function calls another 问题 I have function A calling function ...
PL/pgSQL循环产生意外的“太多范围表条目”错误。
英文: PL/pgSQL loop produces unexpected "too many range table entries" error 问题 I'm trying t...
UPDATE … FROM … 触发函数内部无法按预期工作?
英文: UPDATE ... FROM ... inside trigger function not working as expected? 问题 I am writing a PostgreSQ...
check constraints vs. triggers while both of them written in PLPg/SQL
英文: check constraints vs. triggers while both of them written in PLPg/SQL 问题 I am using PostgreSQL 1...
零长度分隔标识符错误在PostgreSQL函数上
英文: Zero length delimited identifier error on postgresql function 问题 I have a table, HVACLoads with ...
重分区现有表格在线
英文: Repartitioning existing table online 问题 由于这个脚本是一个单独的事务,所以即使数据已成功迁移到新创建的分区,表'solutions'在迁移过程中对终端用...
寻找一个 PL/PGSQL 函数来返回 N 列
英文: Looking for a PL/PGSQL function to return N columns 问题 在PL/pgSQL中运行一个函数,返回N列并将其放入一个视图或其他允许在不需要人工...