Re: design, ref integrity and performance - Mailing list pgsql-general

From Richard Huxton
Subject Re: design, ref integrity and performance
Date
Msg-id 4AE6BAC7.3000108@archonet.com
Whole thread Raw
In response to design, ref integrity and performance  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Responses Re: design, ref integrity and performance
List pgsql-general
Ivan Sergio Borgonovo wrote:
> Hi,
>
> I've to generate unique password and associate them with emails.
> Association with emails is just to mail the password, email +
> password aren't "the password", just the password is.
>
> So a bunch of emails may be associated with the same password.
>
> So there are 2 kind of passwords:
> - shared, multiple use
> - individual (they could be multiple or single use)

So are you saying I login using *just* a password, not using my email as
a user-name?

How do you know who is logging in and what does it mean for the password
to be shared?

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Operational performance: one big table versus many smaller tables
Next
From: Craig Ringer
Date:
Subject: Re: Implementing Frontend/Backend Protocol TCP/IP