Re: store procedure

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: manish(dot)kumar(at)tamarindservices(dot)com, pgsql-docs(at)postgresql(dot)org
Subject: Re: store procedure
Date: 2017-06-17 14:31:28
Message-ID: a31b0e36-c23a-5b43-566d-b5d9f0272a54@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 6/16/17 04:52, manish(dot)kumar(at)tamarindservices(dot)com wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/plpgsql.html
> Description:
>
> hello ,I am new to the postgreSql , so i just want to know is it possible to
> write a store procedure in postgresql such as mysql. if yes then how .please
> suggest me with better answer.

PostgreSQL does not have CREATE PROCEDURE, only CREATE FUNCTION.
However, there might be other differences if you are coming from a
different system.

This is not the right mailing list for this question. See pgsql-general
or pgsql-novice please.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Paquier 2017-06-19 04:24:07 Documentation still mentioning SSLv2 and SSLv3
Previous Message Peter Eisentraut 2017-06-16 16:42:41 Re: pg_restore man page (version 9.4) > -d/dbname clarification request