diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-06-19 22:09:29 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-06-24 22:50:56 +0200 |
commit | eb8d05bfeca416a970cc33af5915ec7b4f4a2f69 (patch) | |
tree | ba1107a3f5604bd910adc27d5fa13abddb53eb5e /src | |
parent | f946a409143d01951411382fbc3c91c7eb640094 (diff) | |
download | postgresql-eb8d05bfeca416a970cc33af5915ec7b4f4a2f69.tar.gz postgresql-eb8d05bfeca416a970cc33af5915ec7b4f4a2f69.zip |
Correct script name in README file
Diffstat (limited to 'src')
-rw-r--r-- | src/common/unicode/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/README b/src/common/unicode/README index 7c1c433b61e..5aa79044d36 100644 --- a/src/common/unicode/README +++ b/src/common/unicode/README @@ -10,7 +10,7 @@ Generating unicode_norm_table.h 1. Download the Unicode data file, UnicodeData.txt, from the Unicode consortium and place it to the current directory. Run the perl script -"norm_test_generate.pl", to process it, and to generate the +"generate-unicode_norm_table.pl", to process it, and to generate the "unicode_norm_table.h" file. The Makefile contains a rule to download the data files if they don't exist. |