Re: Extensions, patch v18 (merge against master, bitrot-only-fixes)
David Wheeler <david@kineticode.com>
From: "David E. Wheeler" <david@kineticode.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Dimitri Fontaine <dimitri@2ndquadrant.fr>, PostgreSQL-Hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-16T17:19:17Z
Lists: pgsql-hackers
On Dec 16, 2010, at 8:19 AM, Tom Lane wrote: > I would think that we want to establish the same policy as we have for > dictionary files: they're assumed to be UTF-8. I don't believe there > should be an encoding option at all. If we didn't need one for > dictionary files, there is *surely* no reason why we have to have one > for extension SQL files. +1 KISS. David