diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-01 18:37:53 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-01 18:37:53 +0000 |
commit | 363c8cf21fa99f2430289aba3fe2fe4cad364f3e (patch) | |
tree | 27f613ec9c6e9b9e3b2e15a6fbd4207128f6f267 | |
parent | 514ce7a331c5bea8e55b106d624e55732a002295 (diff) | |
download | postgresql-363c8cf21fa99f2430289aba3fe2fe4cad364f3e.tar.gz postgresql-363c8cf21fa99f2430289aba3fe2fe4cad364f3e.zip |
Remove accented characters in comments, to avoid failures when this
file is read with an incompatible client_encoding setting. Per report
from Tim N. van der Leeuw.
-rw-r--r-- | contrib/isn/isn.sql.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isn/isn.sql.in b/contrib/isn/isn.sql.in index 891e98eeb31..7268f642678 100644 --- a/contrib/isn/isn.sql.in +++ b/contrib/isn/isn.sql.in @@ -1,8 +1,8 @@ -- -- PostgreSQL code for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) --- Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz) +-- Copyright (c) 2004-2006, German Mendez Bravo (Kronuz) -- --- $PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.2 2006/09/10 20:45:17 tgl Exp $ +-- $PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.3 2006/10/01 18:37:53 tgl Exp $ -- -- Example: -- create table test ( id isbn ); |