Thread: pgsql: createdb: Correct parameter name in SGML docs
createdb: Correct parameter name in SGML docs Commit 9c08aea6a309 introduced -S/--strategy option, but forgot to rename the parameter when copying the -T/--template bit. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f4fdc24aa35c2268f519905a3a66658ebd55a466 Modified Files -------------- doc/src/sgml/ref/createdb.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
should be backpatched to v15 https://www.postgresql.org/docs/15/app-createdb.html On Sat, Apr 20, 2024 at 05:00:21PM +0000, Tomas Vondra wrote: > createdb: Correct parameter name in SGML docs > > Commit 9c08aea6a309 introduced -S/--strategy option, but forgot to > rename the parameter when copying the -T/--template bit. > > Branch > ------ > master > > Details > ------- > https://git.postgresql.org/pg/commitdiff/f4fdc24aa35c2268f519905a3a66658ebd55a466 > > Modified Files > -------------- > doc/src/sgml/ref/createdb.sgml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
On 4/21/24 03:25, Justin Pryzby wrote: > should be backpatched to v15 > https://www.postgresql.org/docs/15/app-createdb.html > Done. I realized the backpatching late after thinking about the other createdb issue I ran into, but it was late so I left it for today. T. -- Tomas Vondra EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company