We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a69a commit cb5f19dCopy full SHA for cb5f19d
postgresql/doc/src/sgml/sepgsql.sgml
@@ -721,7 +721,7 @@ ____________________________________________________________________________-->
721
<para>
722
For example, consider:
723
<synopsis>
724
-UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
+UPDATE t1 SET x = 2, y = func1(y) WHERE z = 100;
725
</synopsis>
726
727
Here, <literal>db_column:update</> will be checked for
@@ -737,7 +737,7 @@ ____________________________________________________________________________-->
737
738
例如,考虑:
739
740
741
742
743
这里,将对<literal>t1.x</literal>检查<literal>db_column:update</literal>,因为它
0 commit comments