Syntax pg_terminate_backend( pid ) Arguments pid The process ID of the session to be terminated. Requires an INTEGER value. Return type None Usage notes If you are close to reaching the limit for concurrent connections, use PG_TERMINATE_BACKEND to terminate idle sessions and free up the...
In this syntax:First, specify the process id (pid) that you want to terminate. Second, use the timeout in milliseconds to instruct the function to wait until the process is terminated or until the given time has passed. The timeout is optional....
Syntax pg_terminate_backend(pid) Argumente pid Die Prozess-ID der Sitzung, die beendet werden soll. Benötigt einenINTEGER-Wert. Rückgabetyp Keine Nutzungshinweise Wenn Sie nahe der Grenze für gleichzeitige Verbindungen sind, verwenden Sie PG_TERMINATE_BACKEND, um ungenutzte Sitzungen zu ...