Advertizing email footers

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Advertizing email footers
Date: 2008-04-02 23:23:58
Message-ID: 200804022323.m32NNwG04873@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www


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 (pgsql-sql(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
----- End of forwarded message from chester c young -----

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-02 23:27:39 Re: Advertizing email footers
Previous Message Andrew Dunstan 2008-04-02 19:43:48 Re: Patch queue -> wiki (was varadic patch)