Re: Function - Mailing list pgsql-sql

From scott.marlowe
Subject Re: Function
Date
Msg-id Pine.LNX.4.33.0402171546350.31696-100000@css120.ihs.com
Whole thread Raw
In response to Re: Function  ("Sumita Biswas (sbiswas)" <sbiswas@cisco.com>)
Responses Re: Function  ("Sumita Biswas" <sbiswas@cisco.com>)
Re: Function  ("Sumita Biswas" <sbiswas@cisco.com>)
Re: Function  ("Sumita Biswas" <sbiswas@cisco.com>)
List pgsql-sql
On Mon, 16 Feb 2004, Sumita Biswas (sbiswas) wrote:

> Thanks for the answer.
> I have one more issue. How do I test a function that I wrote?
> I was able to create a function called Proc_ConferenceSummary().
> In SQL Server I used to run it through query analyzer by writing the
> following command:
> exec Proc_ConferenceSummary '12/1/2003','1/23/2004',1,1,0,5001
> 
> But I don't know how to do it in Postgresql.

select functioname(arg1,arg2,arg3);





pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Return relation table data in a single value CSV
Next
From: Tom Lane
Date:
Subject: Re: CHAR(n) always trims trailing spaces in 7.4