what is PgUpT ?

From: "amy cheng" <amycq(at)hotmail(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Cc: yd80(at)dial(dot)pipex(dot)com
Subject: what is PgUpT ?
Date: 1999-08-17 12:23:05
Message-ID: 19990817192305.91255.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hub.Org News Admin 1999-08-17 14:10:02
Previous Message Gary Hoffman 1999-08-17 03:37:33 Re(2): [GENERAL] Limit postgresql query results