<div dir="ltr">I think you can just connect to the database with psql and issue the following:<div><br></div><div>postgres=# SHOW client_encoding;<br></div><div><div><br></div><div>It should return something like...</div><div>

<br></div><div> client_encoding </div><div>-----------------</div><div> UTF8</div><div>(1 row)</div></div><div><br></div><div>If your database doesn't return UTF8, you can forcefully set client_encoding</div><div><div>

<br></div><div>ALTER DATABASE mydb</div><div>  SET client_encoding = UTF8</div></div><div><br></div><div>-bborie</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 28, 2014 at 10:43 PM, georgew <span dir="ltr"><<a href="mailto:gws293@hotmail.com" target="_blank">gws293@hotmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks bborie, this is what I did, but no improvement:<br>
<br>
Microsoft Windows [Version 6.3.9600]<br>
(c) 2013 Microsoft Corporation. All rights reserved.<br>
<br>
C:\WINDOWS\system32>set PGCLIENTENCODING=UTF8<br>
<div class=""><br>
C:\WINDOWS\system32>psql -U postgres -d NZTPU -f c:\cb09.sql<br>
BEGIN<br>
psql:c:/cb09.sql:2: NOTICE:  table "cb09_3" does not exist, skipping<br>
DROP TABLE<br>
CREATE TABLE<br>
</div>psql:c:/cb09.sql:4: ERROR:  could not load library "C:/Program<br>
<div class="">Files/PostgreSQL/<br>
9.3/lib/rtpostgis-2.1.dll": unknown error 998<br>
LINE 1: INSERT INTO "cb09_3" ("rast","filename") VALUES ('0100000100...<br>
                                                         ^<br>
</div><div class="">psql:c:/cb09.sql:5: ERROR:  current transaction is aborted, commands ignored<br>
unt<br>
il end of transaction block<br>
</div>psql:c:/cb09.sql:6: ERROR:  current transaction is aborted, commands ignored<br>
<div class="">unt<br>
il end of transaction block<br>
</div>psql:c:/cb09.sql:7: ERROR:  current transaction is aborted, commands ignored<br>
<div class="">unt<br>
il end of transaction block<br>
</div>ROLLBACK<br>
psql:c:/cb09.sql:9: ERROR:  relation "cb09_3" does not exist<br>
........<br>
I tried again and the second time got the out of memory error.<br>
What can I try next? I have searched everywhere but have not found a<br>
suitable answer.<br>
But as a start how can I determine what the default character set encoding<br>
is for the server and for the client?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://postgis.17.x6.nabble.com/more-memory-issues-with-raster2pgsql-tp5006000p5006008.html" target="_blank">http://postgis.17.x6.nabble.com/more-memory-issues-with-raster2pgsql-tp5006000p5006008.html</a><br>


<div class="HOEnZb"><div class="h5">Sent from the PostGIS - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>