Re: Function to determine next payment date - Mailing list pgsql-general

From Paul Lambert
Subject Re: Function to determine next payment date
Date
Msg-id 46EC71B7.5030906@autoledgers.com.au
Whole thread Raw
In response to Function to determine next payment date  (Paul Lambert <paul.lambert@autoledgers.com.au>)
List 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


pgsql-general by date:

Previous
From: Paul Lambert
Date:
Subject: Function to determine next payment date
Next
From: Robert Treat
Date:
Subject: Re: PostgreSQL Glossary?