From: | "Sumita Biswas" <sbiswas(at)cisco(dot)com> |
---|---|
To: | "'scott(dot)marlowe'" <scott(dot)marlowe(at)ihs(dot)com> |
Cc: | "'Stephan Szabo'" <sszabo(at)megazone(dot)bigpanda(dot)com>, <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Function |
Date: | 2004-02-20 06:39:18 |
Message-ID: | 007001c3f77c$451b5390$2a154d0a@apac.cisco.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
We installed postgres, but it did not install the default DB "postgres".
This is on 7.3.4 postgres.
Any thing that we might have missed out?
TIA,
Sumita
-----Original Message-----
From: scott.marlowe [mailto:scott(dot)marlowe(at)ihs(dot)com]
Sent: Wednesday, February 18, 2004 4:17 AM
To: Sumita Biswas (sbiswas)
Cc: 'Stephan Szabo'; pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Function
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);
From | Date | Subject | |
---|---|---|---|
Next Message | daq | 2004-02-20 07:44:49 | Re: [SQL] Row counts/data changes. Any catalog table that has this info? |
Previous Message | 2000info | 2004-02-20 03:24:46 | pg_restore - don´t restore. Why? |