X-Original-To: pgsql-sql-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 5F20ED1B4CC for ; Mon, 29 Dec 2003 02:33:32 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 32800-07 for ; Sun, 28 Dec 2003 22:32:46 -0400 (AST) Received: from news.hub.org (news.hub.org [200.46.204.72]) by svr1.postgresql.org (Postfix) with ESMTP id 93EB1D1B49D for ; Sun, 28 Dec 2003 22:32:42 -0400 (AST) Received: from news.hub.org (news.hub.org [200.46.204.72]) by news.hub.org (8.12.9/8.12.9) with ESMTP id hBT2WgU6099094 for ; Mon, 29 Dec 2003 02:32:42 GMT (envelope-from news@news.hub.org) Received: (from news@localhost) by news.hub.org (8.12.9/8.12.9/Submit) id hBT24lJ3090361 for pgsql-sql@postgresql.org; Mon, 29 Dec 2003 02:04:47 GMT From: Christopher Browne X-Newsgroups: comp.databases.postgresql.sql Subject: Re: Stored Procedures Date: Sun, 28 Dec 2003 21:02:51 -0500 Organization: cbbrowne Computing Inc Lines: 18 Message-ID: References: <4AAEDD32-39A2-11D8-B49F-0003938366A4@beya-records.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@news.hub.org X-message-flag: Outlook is rather hackable, isn't it? X-Home-Page: http://www.cbbrowne.com/info/ X-Affero: http://svcs.affero.net/rm.php?r=cbbrowne User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, linux) Cancel-Lock: sha1:0EgWXbchFqJKs+9kiCQsFlQQ1lQ= To: pgsql-sql@postgresql.org X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200312/214 X-Sequence-Number: 16380 uzo@beya-records.com (beyaRecords - The home Urban music) wrote: > I am new to this list and the world of postgreSQL, and would like to > know how create stored procedures in postgreSQL. Have you considered looking at the documentation? It is fairly well documented there. % man "CREATE FUNCTION" is quite likely to provide you with the documentation you require. -- If this was helpful, rate me http://www3.sympatico.ca/cbbrowne/postgresql.html "We have no need to punish Pascal programmers. Pascal programming, like chastity, is its own punishment. The only way I could imagine to make their wretched state any worse would be to make them use Ada." -- Scott Fahlman