Re: change ON CONFLICT UPDATE

2025-11-26 Thread Laurenz Albe
On Tue, 2025-11-25 at 22:47 +0800, jian he wrote: > in doc/src/sgml/ref/create_view.sgml, > I want change two occurrences of > ON CONFLICT UPDATE > to > ON CONFLICT DO UPDATE > (between line 412 to line 439). > > since other places using ON CONFLICT DO UPDATE. +1 It is not very important, but co

change ON CONFLICT UPDATE

2025-11-25 Thread jian he
hi. in doc/src/sgml/ref/create_view.sgml, I want change two occurrences of ON CONFLICT UPDATE to ON CONFLICT DO UPDATE (between line 412 to line 439). since other places using ON CONFLICT DO UPDATE.