Search code examples
postgresqlstored-procedurespgadmin-4

How to create procedure in pgadmin-4?


I firsted looked and followed tutorials for creating procedures in SQL. But when I tried to apply the syntax to pgadmin-4 it didn't work. I googled around and found out that in pgadmin-4 you can only create procedures in the "create procedure dialog". But I cant locate it. where do i find the "create procedure dialog" in Pg4? Or am I totally missinformed about the way to create procedures?

Thanks for any replies!


Solution

  • TL;DR

    Procedures are only available as of PostgreSQL 11.