mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Update gratuitous use of MD5 in documentation
It seems some people are bothered by the outdated MD5 appearing in example code. So replace it with more modern alternatives or by a different example function. Reported-by: Jon Wolski <jonwolski@gmail.com>
This commit is contained in:
@@ -370,7 +370,7 @@ $ sudo semodule -r sepgsql-regtest
|
||||
<para>
|
||||
For example, consider:
|
||||
<synopsis>
|
||||
UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
|
||||
UPDATE t1 SET x = 2, y = func1(y) WHERE z = 100;
|
||||
</synopsis>
|
||||
|
||||
Here, <literal>db_column:update</literal> will be checked for
|
||||
|
Reference in New Issue
Block a user