Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SELECTを問い合わせとしている場合がある #2988

Open
noborus opened this issue Jul 30, 2024 · 5 comments
Open

SELECTを問い合わせとしている場合がある #2988

noborus opened this issue Jul 30, 2024 · 5 comments

Comments

@noborus
Copy link
Contributor

noborus commented Jul 30, 2024

重要度

問題点

SELECTを問い合わせとしている箇所があるが、queryを問い合わせとしているために日本語で区別がつかなくなっている。
subqueryとsub-SELECTが両方「副問い合わせ」になってしまっている。

背景

#2980 で指摘されました

解決方法

queryを問い合わせにして、SELECTの場合はSELECTにする。
subquery->副問い合わせ
sub-SELECT->副SELECT

注意点

No response

貢献者として記載可否

以前の記載名を使用

貢献者名

No response

@tatsuo-ishii
Copy link
Contributor

他にも"sub-query"、"sub-select"があり、これらも含めて皆同じ意味なのかどうか、本家に問い合わせ中です。
https://www.postgresql.org/message-id/20240804.104807.1230474056016095674.ishii%40postgresql.org

@tatsuo-ishii
Copy link
Contributor

早速お返事をTom Laneからいただきました。

  • subselectはSQL一般を含むが(たとえばINSERT RETURNING)、sub-SELECT (or sub-select)はSELECTのみを対象にしている。
  • "sub-select"と"subselect"は同じ。他の単語についても"-"の有無は無視できる。

というわけで、ご提案は妥当に思います。

@koizumistr
Copy link
Contributor

原文を読みましたが、正しくは

sub(-)queryはSQL一般を含むが(たとえばINSERT RETURNING)

ですね。(結論には影響しないですが、後でこのコメントだけ見て混乱する人が出ないよう、念の為)

@tatsuo-ishii
Copy link
Contributor

おっと、その通りです。失礼しました。

@noborus
Copy link
Contributor Author

noborus commented Aug 4, 2024

ありがとうございました。
一つ漏れがありました。 #3007 に入れました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants