Re: [GENERAL] what is PgUpT ?

From: <jeremy(at)xxedgexx(dot)com>
To: amy cheng <amycq(at)hotmail(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org, yd80(at)dial(dot)pipex(dot)com
Subject: Re: [GENERAL] what is PgUpT ?
Date: 1999-08-17 19:47:04
Message-ID: Pine.LNX.4.05.9908171547001.26923-100000@srv1.ecropolis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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(at)xxedgexx(dot)com
---------------------------------------------
Y2K. We're all gonna die.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Mercer 1999-08-17 22:23:29 getting at the actual int4 value of an abstime
Previous Message Bruce Momjian 1999-08-17 17:31:17 Re: [GENERAL] Populating a Class with Instances