]> granicus.if.org Git - postgresql/commitdiff
Remove accented characters in comments, to avoid failures when this
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2006 18:37:53 +0000 (18:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2006 18:37:53 +0000 (18:37 +0000)
file is read with an incompatible client_encoding setting.  Per report
from Tim N. van der Leeuw.

contrib/isn/isn.sql.in

index 891e98eeb312be1ebaf1ea7131c1539d78acbd46..7268f642678d96aceda27a88adafb8ec4eadd0ae 100644 (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 );