Re: Function

Поиск
Список
Период
Сортировка
От Sumita Biswas
Тема Re: Function
Дата
Msg-id 007001c3f77c$451b5390$2a154d0a@apac.cisco.com
обсуждение исходный текст
Ответ на Re: Function  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: Function  ("V i s h a l Kashyap @ [Sai Hertz And Control Systems]" <sank89@sancharnet.in>)
Re: Function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.marlowe@ihs.com] 
Sent: Wednesday, February 18, 2004 4:17 AM
To: Sumita Biswas (sbiswas)
Cc: 'Stephan Szabo'; pgsql-sql@postgresql.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);






В списке pgsql-sql по дате отправления:

Предыдущее
От: "Sumita Biswas"
Дата:
Сообщение: Re: Function
Следующее
От: "Greg Patnude"
Дата:
Сообщение: User defined types -- Social Security number...