토토 사이트 추천 — sends an async query to a remote database
토토 사이트 추천(text connname, text sql) returns int
토토 사이트 추천
결과를 즉시 기다리지 않고 비동기 적으로 실행될 쿼리를 보냅니다. 연결에 이미 진행중인 비동기 쿼리가 없어야합니다.
비동기 쿼리를 성공적으로 발송 한 후 완료 상태를 확인할 수 있습니다DBLINK_IS_BUSY
, and the results are ultimately collected withdblink_get_result
. It is also possible to attempt to cancel an active async query usingdblink_cancel_query
.
Connname
Name of the connection to use.
SQL
원격 데이터베이스에서 실행하려는 SQL 문 (예 :선택 *에서 pg_class
.
Returns 1 if the query was successfully dispatched, 0 otherwise.
SELECT 토토 사이트 추천('dtest1', 'SELECT * FROM foo WHERE f1 < 3');