Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sZCBt-00H0zF-9T for pgsql-general@arkaria.postgresql.org; Wed, 31 Jul 2024 16:28:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sZCBr-00AA6A-RA for pgsql-general@arkaria.postgresql.org; Wed, 31 Jul 2024 16:28:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sZCBr-00AA62-GQ for pgsql-general@lists.postgresql.org; Wed, 31 Jul 2024 16:28:39 +0000 Received: from mail-yb1-xb2d.google.com ([2607:f8b0:4864:20::b2d]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1sZCBo-002PCc-Uy for pgsql-general@lists.postgresql.org; Wed, 31 Jul 2024 16:28:38 +0000 Received: by mail-yb1-xb2d.google.com with SMTP id 3f1490d57ef6-dff17fd97b3so4696207276.2 for ; Wed, 31 Jul 2024 09:28:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1722443316; x=1723048116; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=k/MyphYcaylBCxHgvRbGHj/bRhmLHXp/MhZcVDgmD5o=; b=AMLBCVOoiy/w5OSGA0Fgvdqqit2SzNMuo0V91tSs04IaklBuwWQFFlwJJKAJQdpqay gmi6JgrvDx9qzBOgUBQ+lTjqWvpxCyEV/zVhu9mzfm8ONyeV5d0n1/VI0i3PahzsfPcC yIBmEaCqYdIh0KDRo6ZHAyMn/0JKUOkZYM7wvRRqTdyfDPagA9qVLMD1Le/Rscw1i+5D 7maSJiQ8VCnskPRz0RaWvPkbeNYhDqU4VJG0QG2EgTFVgQWL6S5hnO7WmvCg3e52/HIJ 9qPdLnF9xD9P6Jpx27RkI+2Kv/+wJNNhz80hYW7Eo6FFugeCYPwdXboMBhxKTMv7+ntY 95YQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722443316; x=1723048116; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=k/MyphYcaylBCxHgvRbGHj/bRhmLHXp/MhZcVDgmD5o=; b=mD3BZ3odTuh858l9B/rr5gJ2yl7LMfXGNv+7coIN7ayLTrK+y2lVQ8Y7fLH1gV9iQj 0khX4iw3qd+zqVRptgn2gTYB0GO/NeYZfEuH9EDzI989ZTQneRjbrTRCvBnc/b6k/m4U r1biETC5uD8sVT+RjpJZoGfpNhMKk9gjqfADUkzhfzgcsUhALk489eU7uLB0NRcvqgFR fC6ZxpkQwxcEPshfF/S5igyliGYaL7NIu68hjjP3GcJbeWr6q0D7dLOJNLC76i+h3gvx ai0Iiv+skRf1+7tq4jizdSF79CruhVy+bioqfAJJr3iKI5438JF23eqDbdLovU5nMMaF sdIg== X-Gm-Message-State: AOJu0YxAmdPcpVKf2iqD5KF5/0GZqZny0VhRHTohHsvy+FLRMCMcEuAW ITWTOn7DCqiPlr7dRp7q6DAkXQ16USSyd9s2GYithrI21Z32qMmDz5ROVSslfVhFtzGAcxwdCGy uL8Xflu52G+T37n3epbst+kWQ7wHerACO X-Google-Smtp-Source: AGHT+IGnr0ZGZIXPtrtbgsJ2uCkjpjNPVFg1Ej4XT9ssOckWENb+5sFpfb5FgU60fNtQikvIZnb9Jo9vdVLP7GAmGjE= X-Received: by 2002:a05:6902:2b0d:b0:e05:f444:b700 with SMTP id 3f1490d57ef6-e0b544f8e28mr20487474276.16.1722443315983; Wed, 31 Jul 2024 09:28:35 -0700 (PDT) MIME-Version: 1.0 From: Igor Korot Date: Wed, 31 Jul 2024 11:26:10 -0500 Message-ID: Subject: PQconnect() To: "pgsql-generallists.postgresql.org" Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, ALL, In the https://www.postgresql.org/docs/8.1/libpq.html#LIBPQ-CONNECT it gives the "options" parameter", but it doesn't specify what options are available. Could someone please reference this? I am specifically looking for the "KeepAlive" option... Thank you.