Porting from PL/SQL to PLPGSQL - Mailing list pgsql-sql

From Jomon Skariah
Subject Porting from PL/SQL to PLPGSQL
Date
Msg-id F83B457BE363174B8233DE042A1445703E2724@maya.aztec.soft.net
Whole thread Raw
List 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.
> 


pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Re: lower/upper functions and strings in searches
Next
From: proghome@silesky.com (krystoffff)
Date:
Subject: Re: How to optimize this query ?