Re: PostgreSQL Developer Best Practices

From: "Karsten Hilbert" <Karsten(dot)Hilbert(at)gmx(dot)net>
To:
Cc: "pgsql-general General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL Developer Best Practices
Date: 2015-08-25 16:44:08
Message-ID: trinity-59cdef70-7917-48a9-bc8c-6bbb989f543c-1440521048348@3capp-gmx-bs21
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> No one ever said a number is not natural. just that there is no need to duplicate uniqueness
> with a separate number.

The whole point is that people are telling you that surrogate keys do not _duplicate_ uniqueness but
rather _generate_ it, artificially, and therefore reliably.

Today's external uniqueness is ambiguous tomorrow.

Karsten

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adam Brusselback 2015-08-25 16:53:28 Re: PostgreSQL Developer Best Practices
Previous Message Joshua D. Drake 2015-08-25 16:38:44 Re: PostgreSQL Developer Best Practices