Обсуждение: PL/SQL

Поиск
Список
Период
Сортировка

PL/SQL

От
"dedy"
Дата:
Hiii alll,
I would like to ask, does pl/sql in oracle is same with the pl/sql in
postgreSQL

Thank You

Dedy Styawan
Semarang - Central Java
Indonesia


             |    .
         .   |L  /|   .
     _ . |\ _| \--+._/| .
    / ||\| Y J  )   / |/| ./
   J  |)'( |        ` F`.'/
 -<|  F         __     .-<
   | /       .-'. `.  /-. L___
   J \      <    \  | | O\|.-'
 _J \  .-    \/ O | | \  |F
'-F  -<_.     \   .-'  `-' L__
__J  _   _.     >-'  )._.   |-'
`-|.'   /_.           \_|   F
 /.-   .                _.<
/'    /.'             .'  `\
 /L  /'   |/      _.-'-\
/'J       ___.---'\|
  |\  .--' V  | `. `
  |/`. `-.     `._)
     / .-.\
     \ (  `\
      `.\


Re: PL/SQL

От
Christopher Browne
Дата:
Quoth slackman@unika.ac.id ("dedy"):
> Hiii alll,
> I would like to ask, does pl/sql in oracle is same with the pl/sql in
> postgreSQL

They are similar, though are certainly not identical.
--
"cbbrowne","@","gmail.com"
http://linuxdatabases.info/info/languages.html
FLORIDA: We've been Gored by the bull of politics and we're Bushed.

Re: PL/SQL

От
Michael Fuhr
Дата:
On Mon, Apr 25, 2005 at 10:38:25AM +0700, dedy wrote:
>
> I would like to ask, does pl/sql in oracle is same with the pl/sql in
> postgreSQL

See the PL/pgSQL documentation, in particular the "Porting from
Oracle PL/SQL" section.  Here are links to the documentation for
the latest version of PostgreSQL:

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

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/