Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 363c8cf

Browse files
committed
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.
1 parent 514ce7a commit 363c8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/isn/isn.sql.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--
22
-- PostgreSQL code for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
3-
-- Copyright (c) 2004-2006, Germ�n M�ndez Bravo (Kronuz)
3+
-- Copyright (c) 2004-2006, German Mendez Bravo (Kronuz)
44
--
5-
-- $PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.2 2006/09/10 20:45:17 tgl Exp $
5+
-- $PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.3 2006/10/01 18:37:53 tgl Exp $
66
--
77
-- Example:
88
-- create table test ( id isbn );

0 commit comments

Comments
 (0)