Re: pl/pgsql outside the DB, (i.e. on the terminal) possible ?
От | Achilleas Mantzios |
---|---|
Тема | Re: pl/pgsql outside the DB, (i.e. on the terminal) possible ? |
Дата | |
Msg-id | a3496390-f1a8-4b30-b545-64bac97f6177@cloud.gatewaynet.com обсуждение исходный текст |
Ответ на | Re: pl/pgsql outside the DB, (i.e. on the terminal) possible ? (Robert Treat <rob@xzilla.net>) |
Ответы |
Re: pl/pgsql outside the DB, (i.e. on the terminal) possible ?
|
Список | pgsql-general |
Στις 7/3/24 18:44, ο/η Robert Treat έγραψε: > On Thu, Mar 7, 2024 at 11:26 AM Pavel Stehule <pavel.stehule@gmail.com> wrote: >> čt 7. 3. 2024 v 16:59 odesílatel Christophe Pettus <xof@thebuild.com> napsal: >>>> On Mar 7, 2024, at 06:56, Achilleas Mantzios - cloud <a.mantzios@cloud.gatewaynet.com> wrote: >>>> So, I ask, have there been any efforts to bring PL/PGSQL to the terminal? >>> Strictly speaking, of course, you can use PL/pgSQL from the terminal already: just use psql, connect to the database,and create and run functions and procedures as much as you like. >>> >>> If the question is, "Have there been any efforts to implement a PL/pgSQL interpreter without PostgreSQL?", that's a differentand much more complex problem. PL/pgSQL uses the PostgreSQL query execution machinery to run pretty much anythingthat is not a control structure, and the language is very focused on interacting with the database. I doubt it wouldbe worth anyone's time to try to build some kind of minimal framework that implements the SPI to allow PL/pgSQL to operatewithout PostgreSQL. >> >> yes >> >> plpgsql cannot exist without Postgres. PL/pgSQL is strongly reduced interpreted Ada language. The gcc compiler supportsAda language. >> >> I found https://bush.sourceforge.net/bushref.html - it is interpret with Ada syntax, but it is better to learn Python- it is easy - with a pretty big library. >> >> free pascal https://www.freepascal.org/ is good compiler and you can write terminal applications too - with Turbo Vision >> > Of course there's a certain amount of personal preference with all > this stuff. I started with basic and really liked it, and then had to > learn pascal and hated it so much that I decided to eschew programming > for years. If you are just trying to learn for fun, I see no reason > why SQL, paired with data in a database, wouldn't be worth spending > time on. Once you're comfortable with that, I like ruby on the command > line and it interacts nicely with databases, and also works well > within the rails console. That said, my son liked lua when he was a > kid, so yeah, there's lots of options, even if plpgsql on the command I am not talking for fun. I am talking about the future programmers of this world. Teaching Python or C to them upon arrival to the classes seems so wrong in every aspect. What do UNIs in USA or Europe or Asia teach in 1st semester ? > line isn't strictly one of them. > > Robert Treat > https://xzilla.net -- Achilleas Mantzios IT DEV - HEAD IT DEPT Dynacom Tankers Mgmt (as agents only)
В списке pgsql-general по дате отправления: