Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58888

Relational data model, relations, and relationships (was: To whoever hacked into my Database)

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; '*not*': 0.07; 'table.': 0.07; 'implements': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sql,': 0.09; 'subject:into': 0.09; '\xe2\x80\x94': 0.09; '>the': 0.16; 'definition.': 0.16; 'finney': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'said.': 0.16; 'tables,': 0.16; 'dependent': 0.19; 'implementing': 0.19; 'header:User-Agent:1': 0.23; "aren't": 0.24; 'exists': 0.24; 'connected': 0.24; 'tables': 0.26; 'primary': 0.26; 'header:X-Complaints-To:1': 0.27; 'url:wiki': 0.31; 'about.': 0.31; 'keys': 0.31; 'relational': 0.31; 'subject:Database': 0.31; 'table,': 0.31; 'writes:': 0.31; 'yes.': 0.31; 'fri,': 0.33; 'table': 0.34; 'subject: (': 0.35; 'but': 0.35; 'there': 0.35; 'subject:data': 0.36; 'two': 0.37; 'implement': 0.38; 'ben': 0.38; 'nov': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'relations': 0.60; 'most': 0.60; 'term': 0.63; 'personal': 0.63; 'skip:\xe2 10': 0.65; 'effectively': 0.66; 'between': 0.67; 'foreign': 0.74; '8bit%:43': 0.74; 'integrity': 0.74; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ben Finney <ben+python@benfinney.id.au>
Subject Relational data model, relations, and relationships (was: To whoever hacked into my Database)
Date Sat, 09 Nov 2013 11:34:56 +1100
References <527a5f79$1@news.synserver.de> <l5i6t4$kkg$1@dont-email.me> <mailman.2193.1383899503.18130.python-list@python.org> <l5i95f$v0o$1@dont-email.me> <mailman.2196.1383902398.18130.python-list@python.org> <l5ibg4$b1l$2@dont-email.me> <mailman.2205.1383904806.18130.python-list@python.org> <l5id24$jjb$1@dont-email.me> <l5ip2g$r0t$2@ger.gmane.org> <cvuq79tt2950ehr0ilfvo890i73tl1pisr@4ax.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host rasputin.madmonks.org
X-Public-Key-ID 0xAC128405
X-Public-Key-Fingerprint 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405
X-Public-Key-URL http://www.benfinney.id.au/contact/bfinney-gpg.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)
Cancel-Lock sha1:pskvjD2WpM9WGWkjzZBDpwJyD/Y=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2273.1383957311.18130.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1383957311 news.xs4all.nl 15978 [2001:888:2000:d::a6]:46415
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:58888

Show key headers only | View raw


Dennis Lee Bieber <wlfraed@ix.netcom.com> writes:

> On Fri, 08 Nov 2013 13:31:02 +0000, Mark Lawrence <breamoreboy@yahoo.co.uk>
> declaimed the following:
>
> >The only relational database that has no relationships as effectively
> >there's only one table, despite what Denis McMahon (amongst others?)
> >has said.

Relational databases aren't about implementing relationships between
tables. They're about implementing the relational data model
<URL:http://www.c2.com/cgi/wiki?RelationalModel>
<URL:http://www.c2.com/cgi/wiki?RelationalDatabase>.

> 	In terms of relational database theory -- "relation" IS what
> most people call a "table": the dependent data is "related" to the
> primary key of the table.

Yes. In databases using SQL, one table implements a relation, where
“relation” is a term of art from relational data theory.

> 	Foreign keys to other tables are part of the definition.

And between two relations connected by a foreign key, there exists a
relationship — which is *not* what the “relational” in relational
databases are about.

Confusing? Yep. Relational theory is *not* a theory about relationship
between tables. Relational databases are so called not because of
relationships between tables, but because they implement relational
theory.

-- 
 \      “It is the integrity of each individual human that is in final |
  `\        examination. On personal integrity hangs humanity's fate.” |
_o__)               —Richard Buckminster Fuller, _Critical Path_, 1981 |
Ben Finney

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

To whoever hacked into my Database Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-11-06 17:25 +0200
  Re: To whoever hacked into my Database Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-06 10:34 -0500
    Re: To whoever hacked into my Database Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-07 21:20 +0000
      Re: To whoever hacked into my Database Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-07 14:39 -0700
        Re: To whoever hacked into my Database alex23 <wuwei23@gmail.com> - 2013-11-08 11:32 +1000
          Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 09:15 +0000
            Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 11:34 +0200
              Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 20:52 +1100
              Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 09:52 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 12:00 +0200
                Re: To whoever hacked into my Database Maarten <maarten.sneep@knmi.nl> - 2013-11-08 03:08 -0800
                Re: To whoever hacked into my Database Tim Delaney <timothy.c.delaney@gmail.com> - 2013-11-09 00:12 +1100
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 15:48 +0200
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-08 14:55 +0100
                Re: To whoever hacked into my Database Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-08 12:05 -0500
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 13:30 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 15:57 +0200
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 14:09 +0000
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-08 15:44 +0100
              Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 10:00 +0000
              Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 21:09 +1100
              Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 13:40 +0000
              Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 14:02 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 17:15 +0200
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 16:06 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 18:28 +0200
                Re: To whoever hacked into my Database unknown <unknown@unknown.com> - 2013-11-08 16:48 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 18:57 +0200
                Re: To whoever hacked into my Database unknown <unknown@unknown.com> - 2013-11-08 17:01 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 19:09 +0200
                Re: To whoever hacked into my Database Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-08 12:16 -0500
                Re: To whoever hacked into my Database Ned Deily <nad@acm.org> - 2013-11-08 09:26 -0800
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-08 20:30 +0100
                Re: To whoever hacked into my Database unknown <unknown@unknown.com> - 2013-11-08 16:10 +0000
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-08 16:46 +0100
              Re: To whoever hacked into my Database aurelien@xload.io (Aurélien DESBRIÈRES) - 2013-11-08 14:56 +0100
      Re: To whoever hacked into my Database Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-07 16:45 -0500
        Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 00:18 +0200
          Re: To whoever hacked into my Database Tim Delaney <timothy.c.delaney@gmail.com> - 2013-11-08 09:45 +1100
          Re: To whoever hacked into my Database Tim Delaney <timothy.c.delaney@gmail.com> - 2013-11-08 09:46 +1100
            Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 00:56 +0200
              Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 10:04 +1100
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 01:10 +0200
                Re: To whoever hacked into my Database Grant Edwards <invalid@invalid.invalid> - 2013-11-07 23:18 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 01:28 +0200
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 10:32 +1100
                Re: To whoever hacked into my Database Larry Hudson <orgnut@yahoo.com> - 2013-11-08 00:42 -0800
                Re: To whoever hacked into my Database Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-08 18:19 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 21:18 +0200
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 09:12 +0000
      Re: To whoever hacked into my Database Steve Simmons <square.steve@gmail.com> - 2013-11-08 01:10 +0000
        Re: To whoever hacked into my Database Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-08 18:22 +0000
      Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 09:06 +0000
  Re: To whoever hacked into my Database Alister <alister.ware@ntlworld.com> - 2013-11-06 15:40 +0000
    Re: To whoever hacked into my Database Steve Simmons <square.steve@gmail.com> - 2013-11-06 18:02 +0100
  Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-06 17:30 +0000
  Re: To whoever hacked into my Database Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-11-06 23:26 +0200
    Re: To whoever hacked into my Database mm0fmf <none@mailinator.com> - 2013-11-06 21:51 +0000
    Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-06 22:11 +0000
      Re: To whoever hacked into my Database Grant Edwards <invalid@invalid.invalid> - 2013-11-06 22:22 +0000
        Re: To whoever hacked into my Database Tim Chase <python.list@tim.thechases.com> - 2013-11-06 16:34 -0600
        Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-07 09:54 +1100
          Re: To whoever hacked into my Database Neil Cerutti <neilc@norwich.edu> - 2013-11-07 13:43 +0000
        Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-06 23:52 +0000
        Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-07 10:57 +1100
        Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-07 00:11 +0000
        Re: To whoever hacked into my Database Ethan Furman <ethan@stoneleaf.us> - 2013-11-06 16:22 -0800
        Re: To whoever hacked into my Database Tim Chase <python.list@tim.thechases.com> - 2013-11-06 21:07 -0600
        Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-07 12:00 +1100
        Re: To whoever hacked into my Database Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-06 23:06 -0500
        Re: To whoever hacked into my Database Tim Chase <python.list@tim.thechases.com> - 2013-11-07 06:09 -0600
        Re: To whoever hacked into my Database bob gailer <bgailer@gmail.com> - 2013-11-07 07:19 -0500
        Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-07 16:27 +0000
      Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-07 01:01 -0800
        Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-07 01:13 -0800
          Re: To whoever hacked into my Database Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2013-11-07 11:35 +0200
        Re: To whoever hacked into my Database Steve Simmons <square.steve@gmail.com> - 2013-11-07 09:15 +0000
          Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-07 01:31 -0800
            Re: To whoever hacked into my Database Alister <alister.ware@ntlworld.com> - 2013-11-07 10:06 +0000
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-07 15:46 +0200
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 00:59 +1100
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-07 16:16 +0200
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 01:33 +1100
                Re: To whoever hacked into my Database Neil Cerutti <neilc@norwich.edu> - 2013-11-07 14:58 +0000
                Re: To whoever hacked into my Database Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-07 16:13 +0100
                Re: To whoever hacked into my Database Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-07 19:22 -0500
            Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-07 15:47 +0200
              Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-07 16:34 +0000
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-07 19:42 +0200
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-07 18:11 +0000
                Re: To whoever hacked into my Database MRAB <python@mrabarnett.plus.com> - 2013-11-07 18:28 +0000
              Re: To whoever hacked into my Database Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-07 11:45 -0500
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-07 19:45 +0200
        Re: To whoever hacked into my Database Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-07 21:29 +0000
          Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 00:31 +0200
          Re: To whoever hacked into my Database ishish <ishish@domhain.de> - 2013-11-08 00:32 +0000
    Re: To whoever hacked into my Database Johannes Findeisen <mailman@hanez.org> - 2013-11-06 23:28 +0100
  Re: To whoever hacked into my Database Gene Heskett <gheskett@wdtv.com> - 2013-11-06 18:19 -0500
  Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 10:20 +0200
    Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 19:31 +1100
      Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 10:59 +0200
        Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 09:19 +0000
          Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 11:37 +0200
            Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 09:58 +0000
            Re: To whoever hacked into my Database Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-08 04:59 -0500
          Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 11:39 +0200
            Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 09:55 +0000
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 12:05 +0200
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-08 21:13 +1100
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-08 14:27 +0100
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 13:31 +0000
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-08 14:53 +0100
                Re: To whoever hacked into my Database rurpy@yahoo.com - 2013-11-08 09:11 -0800
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-09 05:08 +1100
                Re: To whoever hacked into my Database rusi <rustompmody@gmail.com> - 2013-11-08 19:15 -0800
                Re: To whoever hacked into my Database rusi <rustompmody@gmail.com> - 2013-11-08 20:24 -0800
                Re: To whoever hacked into my Database rurpy@yahoo.com - 2013-11-11 14:47 -0800
                Re: To whoever hacked into my Database Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-11 18:49 -0500
                Re: To whoever hacked into my Database rurpy@yahoo.com - 2013-11-11 22:24 -0800
                Re: To whoever hacked into my Database Tim Chase <python.list@tim.thechases.com> - 2013-11-12 05:30 -0600
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-12 00:03 +0000
                Re: To whoever hacked into my Database Ned Batchelder <ned@nedbatchelder.com> - 2013-11-11 17:16 -0800
                Re: To whoever hacked into my Database Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-11-12 18:21 +1300
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-12 09:34 +0000
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-12 20:35 +1100
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-12 11:20 +0100
                Re: To whoever hacked into my Database rurpy@yahoo.com - 2013-11-11 22:31 -0800
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-12 10:09 +0100
                Re: To whoever hacked into my Database Ned Batchelder <ned@nedbatchelder.com> - 2013-11-12 03:23 -0800
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-12 18:22 +0100
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-12 23:25 +0000
                Re: To whoever hacked into my Database Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-12 06:02 -0700
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-12 17:27 +0100
                Re: To whoever hacked into my Database Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-13 00:41 +0000
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-13 09:08 +0100
                Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:46 +0200
                Re: To whoever hacked into my Database Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 13:52 -0800
                Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 12:46 +0200
                Re: To whoever hacked into my Database Alister <alister.ware@ntlworld.com> - 2013-11-14 12:32 +0000
                Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 15:24 +0200
                Re: To whoever hacked into my Database Robert Kern <robert.kern@gmail.com> - 2013-11-14 13:30 +0000
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-15 00:27 +1100
                Re: To whoever hacked into my Database Alister <alister.ware@ntlworld.com> - 2013-11-14 13:56 +0000
                Re: To whoever hacked into my Database Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-12 14:26 -0700
                Re: To whoever hacked into my Database Ethan Furman <ethan@stoneleaf.us> - 2013-11-12 13:59 -0800
                Re: To whoever hacked into my Database Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-12 16:27 -0700
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-12 23:38 +0000
                Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 13:14 +0200
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-13 12:37 +0100
                Re: To whoever hacked into my Database Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-12 16:54 -0700
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-13 00:04 +0000
                Re: To whoever hacked into my Database Ethan Furman <ethan@stoneleaf.us> - 2013-11-12 17:19 -0800
                Bullying [was Re: To whoever hacked into my Database] Steven D'Aprano <steve@pearwood.info> - 2013-11-13 03:40 +0000
                Re: Bullying [was Re: To whoever hacked into my Database] Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-13 07:22 -0700
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-13 10:08 +0100
                Re: To whoever hacked into my Database Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-13 05:38 -0700
                Re: To whoever hacked into my Database Ian Kelly <ian.g.kelly@gmail.com> - 2013-11-13 07:10 -0700
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-13 19:11 +0100
                Re: To whoever hacked into my Database superchromix <markb77@gmail.com> - 2013-11-13 10:27 -0800
                Re: To whoever hacked into my Database Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 10:30 -0800
                Re: To whoever hacked into my Database Steve Simmons <square.steve@gmail.com> - 2013-11-13 20:02 +0100
                Re: To whoever hacked into my Database Zachary Ware <zachary.ware+pylist@gmail.com> - 2013-11-13 13:24 -0600
                Re: To whoever hacked into my Database Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-11-13 19:36 +0000
                Re: To whoever hacked into my Database William Ray Wing <wrw@mac.com> - 2013-11-13 15:11 -0500
                Re: To whoever hacked into my Database Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-13 19:54 -0500
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-08 21:23 +0200
                Re: To whoever hacked into my Database Neil Cerutti <neilc@norwich.edu> - 2013-11-08 20:23 +0000
                Re: To whoever hacked into my Database Dotan Cohen <dotancohen@gmail.com> - 2013-11-12 11:37 +0200
                Re: To whoever hacked into my Database Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-08 19:06 -0500
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-09 00:14 +0000
                Relational data model, relations, and relationships (was: To whoever hacked into my Database) Ben Finney <ben+python@benfinney.id.au> - 2013-11-09 11:34 +1100
            Re: To whoever hacked into my Database Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-08 19:03 -0500
  Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 07:54 +0200
    Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 08:16 +0200
    Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-09 17:20 +1100
      Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 08:32 +0200
        Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-09 17:37 +1100
          Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 09:05 +0200
            Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 09:54 +0200
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 10:31 +0200
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-09 19:39 +1100
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 10:46 +0200
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 10:50 +0200
            Re: To whoever hacked into my Database Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-09 15:07 +0000
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 18:58 +0200
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 18:59 +0200
              Re: To whoever hacked into my Database ishish <ishish@domhain.de> - 2013-11-10 01:44 +0000
                Re: To whoever hacked into my Database Alister <alister.ware@ntlworld.com> - 2013-11-10 12:42 +0000
        Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-09 16:32 +0100
        Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-10 09:20 +1100
          Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-10 12:32 +0200
            Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-10 14:49 +0100
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-10 17:01 +0200
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-10 15:09 +0000
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-10 16:28 +0100
                Re: To whoever hacked into my Database Ned Batchelder <ned@nedbatchelder.com> - 2013-11-10 08:15 -0800
                Re: To whoever hacked into my Database Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-10 20:13 +0100
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-10 19:58 +0200
                Re: To whoever hacked into my Database Petite Abeille <petite.abeille@gmail.com> - 2013-11-10 18:57 +0100
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-10 20:46 +0200
                Re: To whoever hacked into my Database Petite Abeille <petite.abeille@gmail.com> - 2013-11-10 20:16 +0100
                Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-10 21:21 +0200
                Re: To whoever hacked into my Database Petite Abeille <petite.abeille@gmail.com> - 2013-11-10 20:32 +0100
                Re: To whoever hacked into my Database Rod Person <rodperson@rodperson.com> - 2013-11-10 14:54 -0500
                Re: To whoever hacked into my Database Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-10 21:41 +0100
                Re: To whoever hacked into my Database Rod Person <rodperson@rodperson.com> - 2013-11-10 15:44 -0500
                Re: To whoever hacked into my Database Rod Person <rodperson@rodperson.com> - 2013-11-10 15:50 -0500
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-11 10:36 +1100
            Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-10 14:45 +0000
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-10 17:12 +0200
                Re: To whoever hacked into my Database Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-10 15:24 +0000
      Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 08:35 +0200
        Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-09 17:45 +1100
          Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 09:11 +0200
            Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-09 18:19 +1100
              Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-09 09:44 +0200
                Re: To whoever hacked into my Database Chris Angelico <rosuav@gmail.com> - 2013-11-09 18:57 +1100
  Re: To whoever hacked into my Database Νίκος Αλεξόπουλος <nikos.gr33k@gmail.com> - 2013-11-11 11:36 +0200
    Re: To whoever hacked into my Database Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-12 15:37 +0200
    Re: To whoever hacked into my Database Robert Day <robert.day@merton.oxon.org> - 2013-11-16 10:40 +0000

csiph-web