diff options
author | Tom Lane | 2010-09-19 16:27:17 +0000 |
---|---|---|
committer | Tom Lane | 2010-09-19 16:27:17 +0000 |
commit | f679cfe97b8f34427949a915e4008cc7d1213851 (patch) | |
tree | 09c1b3be72252500d500d18b7847d1e5f9712703 | |
parent | 9eef3318a2a36d462551dd526f8940e15f33b446 (diff) |
Replace last remaining $Id$ with $PostgreSQL$.
-rwxr-xr-x | src/backend/utils/mb/Unicode/UCS_to_GB18030.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl b/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl index 3a381ad615..3de7b867f8 100755 --- a/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl +++ b/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl @@ -2,7 +2,7 @@ # # Copyright (c) 2007-2010, PostgreSQL Global Development Group # -# $Id: UCS_to_GB18030.pl,v 1.6 2010/02/16 20:35:07 momjian Exp $ +# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl,v 1.7 2010/09/19 16:27:17 tgl Exp $ # # Generate UTF-8 <--> GB18030 code conversion tables from # "ISO10646-GB18030.TXT" |