Re: [GENERAL] code making rule?

From: dustin sallings <dustin(at)spy(dot)net>
To: microbe(at)chollian(dot)net
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] code making rule?
Date: 1999-06-12 04:04:05
Message-ID: Pine.NEB.4.10.9906112100380.1502-100000@mobile
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 12 Jun 1999, Doo Suk Yang wrote:

The key doesn't have to (and, in most cases, shouldn't) have
anything to do with the rest of the data. There are other ways to find
the data you're looking for, an integer is a really easy way to guarantee
uniqueness, and will be very quick to look up.

// Dear postgresers
//
// I'm making a tissue sample database. I have to assign a unique code to
// each entry. Just integer code is the simplest one but it will not show
// any information of its objects.
// Is there any rule or tips or habits making
// a brilliant code?
// Or just some examples will be welcomed.
//
// Sincerly,
//
// ===============================================================================
// Science is the game we play with God to find out what his rules are.
// -------------------------------------------------------------------------------
// Doo Suk Yang
// Research Scientist Voice: 82-42-866-2222
// LG Chemical Ltd. Research Park
// Biotech Research Institute I FAX: 82-42-861-2566
// -------------------------------------------------------------------------------
// A fool hath no delight in understanding, but that his heart may discover itself.
// (Proverbs 18:2)
// ===============================================================================
//
//
//

--
Principal Member Technical Staff, beyond.com The world is watching America,
pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin(at)spy(dot)net>
| Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE
L______________________________________________ and America is watching TV. __

In response to

Browse pgsql-general by date

  From Date Subject
Next Message ÃÖÁø¹é 1999-06-12 04:54:44 Re: [PHP3] alter table
Previous Message Kevin Lo 1999-06-12 03:17:46 Re: [GENERAL] IPC Problems - URGENT !