Re: Function

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: "Sumita Biswas (sbiswas)" <sbiswas(at)cisco(dot)com>
Cc: "'Stephan Szabo'" <sszabo(at)megazone(dot)bigpanda(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Function
Date: 2004-02-17 22:46:52
Message-ID: Pine.LNX.4.33.0402171546350.31696-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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);

In response to

  • Re: Function at 2004-02-16 08:12:01 from Sumita Biswas (sbiswas)

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2004-02-17 23:10:56 Re: CHAR(n) always trims trailing spaces in 7.4
Previous Message Richard Huxton 2004-02-17 21:04:38 Re: Return relation table data in a single value CSV