Skip to content

Commit cb5f19d

Browse files
committed
sepgsqlsgml合并
1 parent 4b8a69a commit cb5f19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql/doc/src/sgml/sepgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ ____________________________________________________________________________-->
721721
<para>
722722
For example, consider:
723723
<synopsis>
724-
UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
724+
UPDATE t1 SET x = 2, y = func1(y) WHERE z = 100;
725725
</synopsis>
726726

727727
Here, <literal>db_column:update</> will be checked for
@@ -737,7 +737,7 @@ ____________________________________________________________________________-->
737737
<para>
738738
例如,考虑:
739739
<synopsis>
740-
UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
740+
UPDATE t1 SET x = 2, y = func1(y) WHERE z = 100;
741741
</synopsis>
742742

743743
这里,将对<literal>t1.x</literal>检查<literal>db_column:update</literal>,因为它

0 commit comments

Comments
 (0)