Wrong drop procedure example - Mailing list pgsql-docs

From PG Doc comments form
Subject Wrong drop procedure example
Date
Msg-id 156595338748.1297.13586621579809492028@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Wrong drop procedure example  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-docs by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: readability changes to postgres.sgml
Next
From: Tom Lane
Date:
Subject: Re: Wrong drop procedure example