<div class="gmail_quote">On Mon, Aug 12, 2013 at 7:54 AM, James David Smith <span dir="ltr"><<a href="mailto:james.david.smith@gmail.com" target="_blank">james.david.smith@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

To be honest Brian I'm not quite sure what legacy.sql did. It is<br>
listed here though, and it's not something I'd noticed before so<br>
thought it was worth a go!<br>
<br>
<a href="http://postgis.net/docs/manual-dev/postgis_installation.html#create_new_db" target="_blank">http://postgis.net/docs/manual-dev/postgis_installation.html#create_new_db</a><br>

<span class="HOEnZb"><font color="#888888">

</font></span></blockquote></div><br>legacy.sql adds back old, deprecated functions that were removed. See <a href="http://postgis.refractions.net/docs/PostGIS_FAQ.html#legacy_faq">http://postgis.refractions.net/docs/PostGIS_FAQ.html#legacy_faq</a>. For example, I had to get GeomFromWKB and SetSRID, which have now become <span class="term">ST_GeomFromWKB and </span>ST_SetSRID, for a third party library.<br>