1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

docs: update release note regex suggestions

This commit is contained in:
Bruce Momjian 2015-06-10 16:33:46 -04:00
parent ea9c4c1e4a
commit 1e87d4d068

View File

@ -10,7 +10,7 @@ postgresql.conf, pg_hba.conf,
[A-Z][A-Z_ ]+[A-Z_] <command>, <literal>, <envar>, <acronym>
[A-Za-z_][A-Za-z0-9_]+() <function>
-[-A-Za-z_]+ <option>
[A-Za-z_]/[A-Za-z_]+ <filename>
[A-Za-z_]+/[A-Za-z_]+ <filename>
psql <application>
pg_[A-Za-z0-9_]+ <application>, <structname>
[A-Z][A-Z][A-Z_ ]* <type>