Hi all. While writing the PostgresV3 help, I am following Balázs Kósi-2 example here: http://forum.world.st/Status-of-PostgresV3-td4780110.html In the section on SchemaMirror
I have this beautiful tool that lists all the functions in my schema and it has buttons "Download All" and "Upload All" etc. My question are "Which way is Up" and "Which way is Down"? What I want to accomplish is this direction [My database] ---->[Squeak] 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. thx |
Poking around a bit, it appears that down is up and up is down. If you go to PG3SchemaChanges >> uploadAll yikes. I am afraid to push the buttons!
|
In reply to this post by tty
Hello Timothy,
On Sun, 25 Feb 2018, gettimothy wrote: > I have this beautiful tool that lists all the functions in my schema and it has buttons "Download All" and "Upload All" etc. > > My question are "Which way is Up" and "Which way is Down"? Download means to download the functions from the database server into your image. Upload means the opposite direction. You can also do this method-by-method using the context menu of the listed functions. There's also an option there to delete the function from the database. > > What I want to accomplish is this direction [My database] ---->[Squeak] > > 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. > So, you want to Download. Levente > thx > > > > > > > > > > |
Thank you Levente. BTW, I have started the PostgresV3-Help classes and would like to start committing them to the project. Can you recommend a way to get the mcz submitted? Perhaps I can create a personal github account and put it there for you guys to grab? thx
|
In reply to this post by Levente Uzonyi
Hi Levente. I have modified one of the PostgresV3 help pages on schema mirror and added your clarification:
Cheers. t
|
In reply to this post by tty
On Sun, 25 Feb 2018, gettimothy wrote:
> Thank you Levente. > BTW, I have started the PostgresV3-Help classes and would like to start committing them to the project. > > Can you recommend a way to get the mcz submitted? > > Perhaps I can create a personal github account and put it there for you guys to grab? If you have an account on squeaksource.com, I can add you to the project as developer, so that you can commit the mcz directly to the repository. Levente > > thx > > > > ---- On Sun, 25 Feb 2018 07:03:30 -0500 Levente Uzonyi <[hidden email]> wrote ---- > Hello Timothy, > > On Sun, 25 Feb 2018, gettimothy wrote: > > > I have this beautiful tool that lists all the functions in my schema and it has buttons "Download All" and "Upload All" etc. > > > > My question are "Which way is Up" and "Which way is Down"? > > Download means to download the functions from the database server into > your image. Upload means the opposite direction. > > You can also do this method-by-method using the context menu of the listed > functions. There's also an option there to delete the function from the > database. > > > > > What I want to accomplish is this direction [My database] ---->[Squeak] > > > > 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. > > > > So, you want to Download. > > Levente > > > thx > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
Free forum by Nabble | Edit this page |