pgsql: doc: Fix order of protocol messages in listing

2020-10-27 Thread Peter Eisentraut
doc: Fix order of protocol messages in listing Move GSSENCRequest to the correct alphabetical position. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/8fed2eadb8558185d162cc7fd09192c2e10b915f Modified Files -- doc/src/sgml/protocol.sgml | 75 ++

pgsql: doc: Fix order of protocol messages in listing

2020-10-23 Thread Peter Eisentraut
doc: Fix order of protocol messages in listing The order of AuthenticationGSSContinue and AuthenticationSSPI was swapped, based on the other Authentication* protocol messages being listed in subcode order. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/83d727e5b23c