Wrong drop procedure example

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: norbert(dot)burza(at)gmail(dot)com
Subject: Wrong drop procedure example
Date: 2019-08-16 11:03:07
Message-ID: 156595338748.1297.13586621579809492028@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-dropprocedure.html
Description:

Hi,

I noticed that drop procedure with parenthesis doesn't work (procedure name
not found), but without parenthesis it works.

Not OK: DROP PROCEDURE do_db_maintenance();
OK: DROP PROCEDURE do_db_maintenance;

Br,
Norbert

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2019-08-16 13:34:37 Re: Wrong drop procedure example
Previous Message Erik Rijkers 2019-08-16 05:22:39 Re: readability changes to postgres.sgml