-
- Downloads
Easier to translate psql help
Instead of requiring translators to translate the entire SQL command synopses, change create_help.pl to only require them to translate the placeholders, and paste those into the synopsis using a printf mechanism. Make some small updates to the markup to make it easier to parse. Note: This causes msgmerge of gettext 0.17 to segfault. You will need the patch from https://savannah.gnu.org/bugs/?27474 to make it work. msgmerge usually only runs on babel.postgresql.org, however.
Showing
- doc/src/sgml/ref/alter_database.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/alter_database.sgml
- doc/src/sgml/ref/alter_function.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/alter_function.sgml
- doc/src/sgml/ref/alter_role.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/alter_role.sgml
- doc/src/sgml/ref/alter_table.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/alter_table.sgml
- doc/src/sgml/ref/alter_user.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/alter_user.sgml
- doc/src/sgml/ref/begin.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/begin.sgml
- doc/src/sgml/ref/create_domain.sgml 3 additions, 3 deletionsdoc/src/sgml/ref/create_domain.sgml
- doc/src/sgml/ref/create_group.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/create_group.sgml
- doc/src/sgml/ref/create_role.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/create_role.sgml
- doc/src/sgml/ref/create_table.sgml 5 additions, 5 deletionsdoc/src/sgml/ref/create_table.sgml
- doc/src/sgml/ref/create_user.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/create_user.sgml
- doc/src/sgml/ref/fetch.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/fetch.sgml
- doc/src/sgml/ref/grant.sgml 4 additions, 4 deletionsdoc/src/sgml/ref/grant.sgml
- doc/src/sgml/ref/lock.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/lock.sgml
- doc/src/sgml/ref/select.sgml 3 additions, 3 deletionsdoc/src/sgml/ref/select.sgml
- doc/src/sgml/ref/set_transaction.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/set_transaction.sgml
- doc/src/sgml/ref/start_transaction.sgml 2 additions, 2 deletionsdoc/src/sgml/ref/start_transaction.sgml
- src/bin/psql/Makefile 5 additions, 3 deletionssrc/bin/psql/Makefile
- src/bin/psql/create_help.pl 83 additions, 18 deletionssrc/bin/psql/create_help.pl
- src/bin/psql/help.c 8 additions, 7 deletionssrc/bin/psql/help.c
Loading
Please register or sign in to comment