Re: Best method to display table information in predefined formats

2020-04-08 Thread Mark Bannister
On 4/8/2020 10:28 AM, Adrian Klaver wrote: > On 4/8/20 6:39 AM, Mark Bannister wrote: >> I am converting an application to postgresql.  On feature I have is >> functions that return custom displays of a table row.  For instance >> the company display function might display

Best method to display table information in predefined formats

2020-04-08 Thread Mark Bannister
I am converting an application to postgresql.  On feature I have is functions that return custom displays of a table row.  For instance the company display function might display just the company name, or company name + other information.  It may also call other displays, for instance, address or p