Re: Merge statement

Pepe TD Vo <[email protected]> Fri, 20 Sep 2019 22:15:57 +0000 (UTC)
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <[email protected]>
 you said, I can use my script transaction processing within a Postgres function in Postgres 11?
thank you,
v/r,


Bach-Nga

No one in this world is pure and perfect.  If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.*** Genuinely rich *** Faithful talent *** Sharing success 

    On Friday, September 20, 2019, 05:41:21 PM EDT, Carrie Berlin <[email protected]> wrote:  
 
 There is no transaction processing with in a Postgres  function until you get to Postgres 11.You can run a merge in Postgres directly through sql.
On Fri, Sep 20, 2019 at 17:33 Pepe TD Vo <[email protected]> wrote:

yes, this is to migrate from Oracle to Postgres.  I followed this link and as same as ora2pg

MERGE

| 
| 
|  | 
MERGE


 |

 |

 |



thank you.
Bach-Nga

No one in this world is pure and perfect.  If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.*** Genuinely rich *** Faithful talent *** Sharing success 

    On Friday, September 20, 2019, 02:21:49 PM EDT, Igor Neyman <[email protected]> wrote:  
 
 
  
 
  
 
ERROR:  "application_cdim" is not a known variable
 
LINE 13:    MERGE INTO APPLICATION_CDIM prod
 
                       ^
 
SQL state: 42601
 

Character: 349 
  
 
  
 
There is no MERGE in Postgres.
 
Is this migrated from Oracle?
 
  
 
Regards,
 
Igor Neyman