Thread: what is PgUpT ?

what is PgUpT ?

From
"amy cheng"
Date:
hi, Stephen Boyle or any other experts,

I saw the email in the archive of this list on foreign keys/triggers,
seems that the triggers are created by a tool "PgUpT", what is
that? where I can get it?

amy

thanks!!!

#############################below are excerpt from archive
......

----------------------------------------------------------------------------
----
-- File:        create_functions.sql
-- Description: Create functions on the database.
----------------------------------------------------------------------------
----
drop function fn_CompaniesProjects_XUXM1();

create function fn_CompaniesProjects_XUXM1() returns opaque as '
--
-- REFERENTIAL INTEGRITY CHECKING CODE BETWEEN Companies AND Projects
-- ENSURES THAT INTEGRITY IS MAINTAINED AFTER AN UPDATE ON TABLE Companies
(Master)
-- Generated by PgUpT 17/07/1999
--
DECLARE
  l_Flag integer;
BEGIN
  l_Flag := 0;
..........................
########################################end


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com

Re: [GENERAL] what is PgUpT ?

From
Date:
wrong.

-jeremy

> hi, Stephen Boyle or any other experts,
>
> I saw the email in the archive of this list on foreign keys/triggers,
> seems that the triggers are created by a tool "PgUpT", what is
> that? where I can get it?
>
> amy
>
> thanks!!!
>
> #############################below are excerpt from archive
> ......
>
> ----------------------------------------------------------------------------
> ----
> -- File:        create_functions.sql
> -- Description: Create functions on the database.
> ----------------------------------------------------------------------------
> ----
> drop function fn_CompaniesProjects_XUXM1();
>
> create function fn_CompaniesProjects_XUXM1() returns opaque as '
> --
> -- REFERENTIAL INTEGRITY CHECKING CODE BETWEEN Companies AND Projects
> -- ENSURES THAT INTEGRITY IS MAINTAINED AFTER AN UPDATE ON TABLE Companies
> (Master)
> -- Generated by PgUpT 17/07/1999
> --
> DECLARE
>   l_Flag integer;
> BEGIN
>   l_Flag := 0;
> ..........................
> ########################################end
>
>
> _______________________________________________________________
> Get Free Email and Do More On The Web. Visit http://www.msn.com
>


http://www.xxedgexx.com | jeremy@xxedgexx.com
---------------------------------------------
Y2K.  We're all gonna die.