<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Hi Levente.<div><br></div><div>I have modified one of the PostgresV3 help pages on schema mirror and added your clarification:</div><div><br></div><div><div></div><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Schema mirrors mirror the functions in your database and provide an interface to call them. There is a little tool to inspect the differences between the methods of the schema mirror and the functions in the database, which can be invoked by:</div><div><br></div><div>YourSchemaMirror browseChanges</div><div><br></div><div>You can up and download functions via this interface. </div><div><br></div><div><br></div><div>Download means to download the functions from the database server into your  image. </div><div>Upload means to upload from Sqeuak to the database.</div><div><br></div><div>Download = DB->Squeak</div><div>Upload = Squeak->DB. </div><div><br></div><div>You can also do this method-by-method using the context menu of the listed </div><div>functions. There''s also an option there to delete the function from the </div><div>database. </div><div><br></div><div><br></div><div>In earlier times we would write the database functions in pgAdmin3 and download them into the image. Nowadays we use the smalltalk browser to write the plpgsql code and upload them to the DB. </div></div></blockquote> <br><div></div><div class="zmail_extra"><div id="1">Cheers.</div><div id="1"><br></div><div id="1">t</div><div id="1"><br></div><div id="1"><br>---- On Sun, 25 Feb 2018 07:03:30 -0500 <b>Levente Uzonyi<leves@caesar.elte.hu></b> wrote ---- <br></div><blockquote style="border-left: 1px solid #0000FF; padding-left: 6px; margin:0 0 0 5px"><div>Hello Timothy, <br> <br>On Sun, 25 Feb 2018, gettimothy wrote: <br> <br>> I have this beautiful tool that lists all the functions in my schema and it has buttons "Download All" and "Upload All" etc. <br>>  <br>> My question are "Which way is Up" and "Which way is Down"? <br> <br>Download means to download the functions from the database server into  <br>your image. Upload means the opposite direction. <br> <br>You can also do this method-by-method using the context menu of the listed  <br>functions. There's also an option there to delete the function from the  <br>database. <br> <br>>  <br>> What I want to accomplish is this direction [My database] ---->[Squeak] <br>>  <br>> I am guessing that I want to Upload, BUT  for documentation purposes I want to be clear. Also,  I don't want to have to re-import the functions. <br>> <br> <br>So, you want to Download. <br> <br>Levente <br> <br>> thx <br>>  <br>>  <br>>  <br>>  <br>>  <br>>  <br>>  <br>>  <br>>  <br>><br></div></blockquote><br></div><br></div></div><br></body></html>