public inbox for [email protected]
help / color / mirror / Atom feedAdvertizing email footers
6+ messages / 4 participants
[nested] [flat]
* Advertizing email footers
@ 2008-04-02 23:23 Bruce Momjian <[email protected]>
0 siblings, 2 replies; 6+ messages in thread
From: Bruce Momjian @ 2008-04-02 23:23 UTC (permalink / raw)
To: 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 ([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. +
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Advertizing email footers
@ 2008-04-02 23:27 Alvaro Herrera <[email protected]>
parent: Bruce Momjian <[email protected]>
1 sibling, 1 reply; 6+ messages in thread
From: Alvaro Herrera @ 2008-04-02 23:27 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: pgsql-www
Bruce Momjian wrote:
>
> 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.
Yes, some "free email" providers put advertisement as footers. This is
not exactly new.
You'll notice my signature has "advertising" too, and no one has ever
complained about it.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Advertizing email footers
@ 2008-04-02 23:33 Josh Berkus <[email protected]>
parent: Alvaro Herrera <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Josh Berkus @ 2008-04-02 23:33 UTC (permalink / raw)
To: pgsql-www; +Cc: Alvaro Herrera <[email protected]>; Bruce Momjian <[email protected]>
Alvaro,
> You'll notice my signature has "advertising" too, and no one has ever
> complained about it.
Heh. No, never. Of course not.
--
--Josh
Josh Berkus
PostgreSQL @ Sun
San Francisco
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Advertizing email footers
@ 2008-04-02 23:38 Joshua D. Drake <[email protected]>
parent: Bruce Momjian <[email protected]>
1 sibling, 1 reply; 6+ messages in thread
From: Joshua D. Drake @ 2008-04-02 23:38 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 2 Apr 2008 19:23:58 -0400 (EDT)
Bruce Momjian <[email protected]> wrote:
>
> 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.
Free email.... has advertising :). Its been around a while.
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9BjaATb/zqfZUUQRAj57AJ4sOCHJ7LA6WUdi5KMa9lRzTw3l+gCgoRCs
tI8T2evk+q+fzU4X/f2VWAk=
=g6WZ
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Advertizing email footers
@ 2008-04-03 00:03 Bruce Momjian <[email protected]>
parent: Joshua D. Drake <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Bruce Momjian @ 2008-04-03 00:03 UTC (permalink / raw)
To: Joshua D. Drake <[email protected]>; +Cc: pgsql-www
Joshua D. Drake wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wed, 2 Apr 2008 19:23:58 -0400 (EDT)
> Bruce Momjian <[email protected]> wrote:
>
> >
> > 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.
>
> Free email.... has advertising :). Its been around a while.
So we are all walking advertizements:
http://cache.viewimages.com/xc/3286259.jpg?v=1&c=ViewImages&k=2&d=4F84C7EF07395AB635C72F...
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Advertizing email footers
@ 2008-04-03 00:08 Joshua D. Drake <[email protected]>
parent: Bruce Momjian <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Joshua D. Drake @ 2008-04-03 00:08 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 2 Apr 2008 20:03:07 -0400 (EDT)
Bruce Momjian <[email protected]> wrote:
> > Free email.... has advertising :). Its been around a while.
>
> So we are all walking advertizements:
>
> http://cache.viewimages.com/xc/3286259.jpg?v=1&c=ViewImages&k=2&d=4F84C7EF07395AB635C72F...
>
Pretty much :).
Joshua D. Drake
- --
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9B/jATb/zqfZUUQRAvHaAJ0X6klwlfxVuG3NE3g/HxaRdRo3bACfRuC9
5PuATgn3CGMB1YoTAzaJdjw=
=+a36
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2008-04-03 00:08 UTC | newest]
Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-04-02 23:23 Advertizing email footers Bruce Momjian <[email protected]>
2008-04-02 23:27 ` Alvaro Herrera <[email protected]>
2008-04-02 23:33 ` Josh Berkus <[email protected]>
2008-04-02 23:38 ` Joshua D. Drake <[email protected]>
2008-04-03 00:03 ` Bruce Momjian <[email protected]>
2008-04-03 00:08 ` Joshua D. Drake <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox