Re: how plsql work on postgresql - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: how plsql work on postgresql
Date
Msg-id 56FB0CBA.8010804@aklaver.com
Whole thread Raw
In response to how plsql work on postgresql  (Selina Tech <swucareer99@gmail.com>)
List pgsql-sql
On 03/29/2016 03:57 PM, Selina Tech wrote:
> Hi, All
>
>           I just start to learn plsql and plpgsql. There are a lot of
> comparison of pl/sql and pl/pgsql available online. I am wondering why
> plsql work well on Postgresql and how it work? Is the code converted to
> plpgsql code?
>             If use postgresql database server, which one is better
> between plsql and pl/pgsql?

I find myself using pl/pgsql more then plsql(assuming you mean 
this(http://www.postgresql.org/docs/9.5/interactive/xfunc-sql.html)) 
just because pl/pgsql offers more ways to manipulate data. FYI, there 
are languages available e.g. pl/pythonu, pl/perl, pl/tcl. pl/java, etc.

Some resources:

http://www.postgresql.org/docs/9.5/interactive/plpgsql-porting.html

http://ora2pg.darold.net/documentation.html#plsql_to_plpsql_convertion
>
>
> Your feedback is highly appreciated.
>
> Sincerely,
> Selina


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-sql by date:

Previous
From: Selina Tech
Date:
Subject: how plsql work on postgresql
Next
From: "David G. Johnston"
Date:
Subject: Re: how plsql work on postgresql