Re: Design / Implementation problem

From: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
To: "Naz Gassiep" <naz(at)mira(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Design / Implementation problem
Date: 2007-03-19 14:07:47
Message-ID: 92869e660703190707l2627ada9t60c1bd72aa057c1d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hmmm. just a general notice:

A customer loyalty program, which expires earned points, not to let
the customer "win" anything valuable?
If I were your client, I wouldn't be happy with this.

2007/3/18, Naz Gassiep <naz(at)mira(dot)net>:
>
> We are running a customer loyalty program whereby customers earn points
> for purchasing products. Each
> product has a value of points that are earned by purchasing it, and a
> value of points required to
> redeem it.
>
> In order to prevent customers from stockpiling points, we want to place
> an expiry date on points so
> that unused points expire and are lost if they are not redeemed within a
> certain period of time. This
> will be calculated on a FIFO basis, I.e., the oldest points will expire
> first.
>
> We will assume the expiry period is 12 months.
>

--
Filip Rembiałkowski

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glen W. Mabey 2007-03-19 14:17:24 deleting a foreign key that has no references
Previous Message Merlin Moncure 2007-03-19 14:01:47 Re: How to recognize obsolete WAL logs