Thread
Commits
-
Fix order of steps in DISCARD ALL documentation
- 9f05c44ba4a4 12.0 landed
-
Fix order of steps in DISCARD ALL documentation
Jan Chochol <jan.chochol@gooddata.com> — 2019-05-27T07:37:53Z
Hello, When investigating behavior of "DISCARD ALL", I found that order of steps of equivalent sequence in documentation is not updated with changes in code. Please find attached patch to fix documentation. Best Regards, Jan Chochol
-
Re: Fix order of steps in DISCARD ALL documentation
Alvaro Herrera <alvherre@2ndquadrant.com> — 2019-06-11T16:24:45Z
On 2019-May-27, Jan Chochol wrote: > Hello, > > When investigating behavior of "DISCARD ALL", I found that order of > steps of equivalent sequence in documentation is not updated with > changes in code. Pushed. I noticed that DISCARD TEMP and DISCARD SEQUENCES appeared in the opposite order, too. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
-
Re: Fix order of steps in DISCARD ALL documentation
Jan Chochol <jan.chochol@gooddata.com> — 2019-06-11T18:47:05Z
Great, thanks! On Tue, Jun 11, 2019 at 6:24 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > > On 2019-May-27, Jan Chochol wrote: > > > Hello, > > > > When investigating behavior of "DISCARD ALL", I found that order of > > steps of equivalent sequence in documentation is not updated with > > changes in code. > > Pushed. I noticed that DISCARD TEMP and DISCARD SEQUENCES appeared in > the opposite order, too. > > -- > Álvaro Herrera https://www.2ndQuadrant.com/ > PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services