简体   繁体   中英

What is a “noise word” in postgres-speak?

I was reading the postgres documentation here . What does the word "noise" mean in this context?

This command allows retrieval of system status indicators. CURRENT is a noise word

A "noise" word is something that isn't required and doesn't add anything to the functionality or change the outcome of the statement or command.

Eg outer is also considered a "noise" word, because there is absolutely no difference between left join and left outer join - so the outer just adds "noise".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM