Search Result

Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
postgre
  •  

  • Wojciech
    started a topic Integration PostgreSQL with Firebird

    Integration PostgreSQL with Firebird

    I would like to integrate the database PostgreSQL and Firebird. The problem is this:

    - Postgres to execute update / insert,
    - These data (from PostgreSQL), I have to copy the database Firebird;

    I give to trigger AFTER INSERT / UPDATE on tables in PostgreSQL. But what next? how to pass data to Firebird?
    See more | Go to post

  • popprem
    started a topic creating a trigger to remote database

    creating a trigger to remote database

    Hi,

    I have to feed database A from database B which are in different machines but in the same network when a insert/update occurs on database B. I decided to use trigger for this and was trying to write a trigger but failed so far.... (I have written triggers in mysql but using pgsql is a bit difficult to me...) It will be so helpful to me if anyone can post a trigger for my scenario.

    Please be kind enough to show...
    See more | Go to post
Working...