Trigger behaviour not as stated

2017-11-29 Thread ian
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-createtrigger.html Description: URL: https://www.postgresql.org/docs/current/static/sql-createtrigger.html Statement: "In contrast, row-level triggers are fired for all affecte

Request: Revive the security-specific section

2018-05-02 Thread Ian Maddox
y be revived in a future revision of the manual. Thank you, Ian Maddox Google Cloud Solutions Architect

Re: Request: Revive the security-specific section

2018-05-06 Thread Ian Maddox
Alvaro, That's exactly what I'd hope to see as well. On Sat, May 5, 2018, 12:45 PM Alvaro Herrera wrote: > Peter Eisentraut wrote: > > On 5/2/18 18:59, Ian Maddox wrote: > > > > It appears that the knowledge from that page has been redistributed > > >

Re: Objects without schema

2018-11-29 Thread Ian Barwick
I suspect what this is trying to say is that you should keep all objects under one schema, and not explicitly reference that schema; that way queries and DDL would be more portable. Regards Ian Barwick -- Ian Barwick http://www.2ndQuadrant.com/ PostgreSQL Development, 24

doc: clarify "pg_signal_backend" default role

2019-06-09 Thread Ian Barwick
ched patch clarifies this, adds a descriptive paragraph (similar to what the other default roles have) and a link to the "Server Signaling Functions" section. Patch applies cleanly to HEAD and REL_11_STABLE. Regards Ian Barwick -- Ian Barwick https://www.2ndQuadran

Re: doc: clarify "pg_signal_backend" default role

2019-08-27 Thread Ian Barwick
On 8/28/19 7:04 AM, Tom Lane wrote: Ian Barwick writes: Currently the documentation for the default role "pg_signal_backend" states, somewhat ambiguously, "Send signals to other backends (eg: cancel query, terminate)", giving the impression other signals (e.g. SIGHUP) ca

Re: Documentation: 21.5. Default Roles

2020-01-19 Thread Ian Barwick
les" should be thought of as "prefined roles", and note they will be called this from Pg13. Regards Ian Barwick -- Ian Barwick https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services

Re: Publishing Postgres Manual as a book

2023-03-22 Thread Ian Lawrence Barwick
ributor could charge what they like. AFAIR the documentation has previously been published in book form, though as it runs to about 3,000 A4 pages now, the logistics are non-trivial. Regards Ian Barwick

Re: Publishing Postgres Manual as a book

2023-03-22 Thread Ian Lawrence Barwick
2023年3月23日(木) 12:34 Ian Lawrence Barwick : > > 2023年3月23日(木) 12:23 Erik Wienhold : > > > > > On 23/03/2023 02:35 CET Siddharth Jain wrote: > > > > > > The Postgres Manual is available online as a PDF but I think having it in > > > a > >

Re: Trigger behaviour not as stated

2018-01-29 Thread Ian R. Campbell
ements do not follow these update rules, so statements run on parent tables will insert rows in child tables if the trigger function so directs. The last line may need a bit of work, but I feel the text above it is clear. Ian On Mon, 29 Jan 2018 at 07:17 Bruce Momjian wrote: > On Sun, Jan

Re: wiki postgresql Window_function some todo items is done?

2022-12-04 Thread Ian Lawrence Barwick
aslo > The "latest doc" binded link > (developer.postgresql.org/pgdocs/postgres/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS) > is not working. That URL structure is also pretty ancient; the current link is: https://www.postgresql.org/docs/devel/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS Regards Ian Barwick

Re: docs are incomplete or wrong...

2024-12-18 Thread Ian Lawrence Barwick
r response could be this: > createdb: error: connection to server on socket "/tmp/.s.PGSQL.5432" > failed: FATAL: role "joe" does not exist Specifically it says: > You will need to become the operating system user under which PostgreSQL > was installed (usually postgres) to create the first user account. Regards Ian Barwick