Doc: reword discussion of asterisk after table names in FROM. The syntax "tablename *" has been obsolete for years, but we want to retain it and its documentation for backward compatibility reasons. However, the documentation wording was confusing and could be understood to mean that "tablename *" is the same as "ONLY tablename".
Reported-by: Jochen Bandhauer <[email protected]> Author: Laurenz Albe <[email protected]> Reviewed-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8ebbf79a83e4fe87285243dde03b969b81f3439a Modified Files -------------- doc/src/sgml/queries.sgml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
