Re: security_definer_search_path GUC
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Joel Jacobson <joel@compiler.org>
Cc: Marko Tiikkaja <marko@joh.to>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-01T10:55:56Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Create a new GUC variable search_path to control the namespace search
- 838fe25a9532 7.3.1 cited
út 1. 6. 2021 v 12:53 odesílatel Joel Jacobson <joel@compiler.org> napsal: > On Tue, Jun 1, 2021, at 10:44, Pavel Stehule wrote: > > Operators use schemas too. I cannot imagine any work with operators with > the necessity of explicit schemas. > > > I thought operators are mostly installed in the public schema, in which > case that wouldn't be a problem, or am I missing something here? > It is inconsistency - if I use schema for almost all, then can be strange to store operators just to public. > /Joel >