問い合わせ実行関数 44) Once a connection to a database server has been successfully established, the functions described here are used to perform SQL queries and commands. いったんデータベースサーバへの接続の確立が成功すれば,あとは このセクションで説明する関数を使って SQL の問い合わせやコマンドを実行します. PQexec 45) Submit a query to Postgres and wait for the result. Postgres へ問い合わせを送り, その結果を待ちます. PGresult *PQexec(PGconn *conn, const char *query); 46) Returns a PGres