Re: Function to determine next payment date

From: Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Function to determine next payment date
Date: 2007-09-15 23:58:47
Message-ID: 46EC71B7.5030906@autoledgers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Paul Lambert wrote:
> I'm trying to create a function to determine the next due payment date
> of a recurring expense.
>
> I have a table containing the date the payment first started, and a
> payment frequency key which relates to a payment ID in another table
> containing a string defining how frequent the payment exists.
> ........

Ignore this, I figured it out - had a column name in the table the same
as the variable name I was using so it was getting mixed up I think.

--
Paul Lambert
Database Administrator
AutoLedgers

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2007-09-16 00:25:25 Re: PostgreSQL Glossary?
Previous Message Paul Lambert 2007-09-15 23:23:50 Function to determine next payment date