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.
This commit is contained in:
Tom Lane 2006-10-01 18:37:53 +00:00
parent 514ce7a331
commit 363c8cf21f

View File

@ -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 );