Commit 363c8cf2 authored by Tom Lane's avatar Tom Lane

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.
parent 514ce7a3
-- --
-- PostgreSQL code for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) -- PostgreSQL code for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
-- Copyright (c) 2004-2006, Germn Mndez 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: -- Example:
-- create table test ( id isbn ); -- create table test ( id isbn );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment