Porting from PL/SQL to PLPGSQL

From: Jomon Skariah <jomons(at)aztec(dot)soft(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Porting from PL/SQL to PLPGSQL
Date: 2003-08-14 13:46:53
Message-ID: F83B457BE363174B8233DE042A1445703E2724@maya.aztec.soft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Hi,
>
> We are in the process of migrating of our application from Oracle to
> PostGreSQL.
>
>
> we are facing a few problems with PL/SQL Code..
>
> 1) Can we perform DML statements on VIEWS in PostGreSQL as we do in
> ORACLE?
> Do I need to create some RULES for that ??
>
> 2 In Oracle sqlplus we can run sql script files as @script_name;
> How do we do the same in PostGres.
> Also is there any replacement for "&&" in PostGres ?
>
>
> Eg:
> CREATE USER CATALOG
> IDENTIFIED BY &ORA_PASSWORD
> DEFAULT TABLESPACE &DFLT_TABLESPACE
> TEMPORARY TABLESPACE &TEMP_TABLESPACE
>
>
> Regards
>
> Jomon Skariah.
>

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Wolff III 2003-08-14 14:12:00 Re: independent sequence for each month
Previous Message Tom Lane 2003-08-14 11:26:46 Re: Timezone troubles