| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | doc: Clarify Routines and Extension Membership |
| Date: | 2022-06-09 15:43:22 |
| Message-ID: | CAKFQuwbPSHMDGkisRUmewopweC1bFvytVqB=a=X4GFg=4ZWxPA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi.
Reposting this on its own thread.
Per discussion on -general the documentation for the
ALTER ROUTINE ... DEPENDS ON EXTENSION and DROP EXTENSION doesn't
clearly indicate that these dependent routines are treated in a
similar manner to the extension's owned objects when it comes to
using RESTRICT mode drop: namely their presence doesn't force
the drop command to abort. Clear that up.
David J.
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-doc-Clarify-the-behavior-of-routines-and-explict-ext.patch | application/octet-stream | 3.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2022-06-09 15:55:07 | doc: Fix description of how the default user name is chosen |
| Previous Message | David G. Johnston | 2022-06-09 15:40:44 | Re: doc: Clarify Savepoint Behavior |