public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bruce Momjian <[email protected]>
To: PostgreSQL www <[email protected]>
Subject: Advertizing email footers
Date: Wed, 2 Apr 2008 19:23:58 -0400 (EDT)
Message-ID: <[email protected]> (raw)


I just noticed this email from a Yahoo user has a Blockbuster
advertisement.  I just sent a test email from my Yahoo account to myself
and it had an advertisement too.

Is this a growing trend?  I guess my signature has advertizing too, but
at least I control it.

---------------------------------------------------------------------------

----- Forwarded message from chester c young -----

it appears I have a broken RI in my db.

call_individual.clh_id references call_household.clh_id

\d call_individual
...
Foreign-key constraints:
    "call_individual_clh_id_fkey" FOREIGN KEY (clh_id) REFERENCES
call_household(clh_id) ON DELETE CASCADE

however:
development=# select clh_id from call_individual cli where not exists(
select 1 from call_household clh where clh.clh_id=cli.clh_id );
 clh_id 
--------
  14691

should not matter, but call_individual has a pre-delete trigger that
simply raises an exception to prevent deletions:
        raise exception 'calls may not be deleted';



      ____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com

-- 
Sent via pgsql-sql mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
----- End of forwarded message from chester c young -----

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



view thread (6+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: Advertizing email footers
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox