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 1qvk0G-0071zX-2R for pgsql-sql@arkaria.postgresql.org; Wed, 25 Oct 2023 19:57:20 +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 1qvk0E-007ruR-N5 for pgsql-sql@arkaria.postgresql.org; Wed, 25 Oct 2023 19:57:18 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvk0E-007ruJ-EM for pgsql-sql@lists.postgresql.org; Wed, 25 Oct 2023 19:57:18 +0000 Received: from mail-ed1-x536.google.com ([2a00:1450:4864:20::536]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qvk0B-002mPK-Vs for pgsql-sql@lists.postgresql.org; Wed, 25 Oct 2023 19:57:17 +0000 Received: by mail-ed1-x536.google.com with SMTP id 4fb4d7f45d1cf-53e08e439c7so160626a12.0 for ; Wed, 25 Oct 2023 12:57:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698263835; x=1698868635; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=P2Nk0Iv9qMEVZvnnKlGNabtyRkkdkTU+rEvHVZ/d8lk=; b=cA1qL5h576eecVqW8iRGmJsvBk5cDpFWwMLAApz1xyEyzmpVXzTQ/5RiyBgI0qvxIN 3OUVNwze/rG3bnLnMzPlsND/kDKnkP1K6BsOUxhsgHGzYCs4oNFh+l6Lwie5hrfrakQH W5tT8tX9TS3nLdf29vU8Wae/SgnC4ozZvTXIxpt4SfhARAoru1kYL6LFyrOmFdFy2V8C PpB52vXtllC6gM7BaONw9Y5oRDcE+EqfNJo6dC0rankJ5XvoSOfttPqAGBnbusNCoJVD kabMVhUpW1KxTaXx9r7tRf/HVLVsVbhUXmgtwyUiT/BGRl39H4G8ZnpODDYa6s8gu1+T JUUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698263835; x=1698868635; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=P2Nk0Iv9qMEVZvnnKlGNabtyRkkdkTU+rEvHVZ/d8lk=; b=d9p65rX0hXLO3EURazccleQcpNA0bFN1sM1NYhTX1cV6Be8iiVjvdbVAY3cU5hdhTQ ZaypsXf4446IOAlfvVGp9M0yr9rDsorwHEgJUf566a129LNgs8BMHbZZtEhhNd7F7FTn FQ+JPq+s2rLk7uXvo8QBED6/6ZiuURGxNNvCxmk2wvaOBkteHIWxn2YjFz1M9sLB2PCl MSXpyU2oTx5AtOF/SQfcAtOwMBugaBdnD6Zd9/Jbk4adXDRakC8eDPjkygQaiUWtNiXl F3mDctK805racAFkAef350bXOjhwsvZZMuzoGKynBbA5gn0QhclO9Vj76GqjrnCUX/cQ FJsQ== X-Gm-Message-State: AOJu0Yxh6HKvTsL8HTGeTn/+oIfFHAinyD6bYsa31HSHbQ5PcYyXDzhU tsvLG624y5zeFjnD+4Jlz9UxTYzhoOSMGBqQVs1ZUH+d X-Google-Smtp-Source: AGHT+IHCHIhp9zh+qgZVggX/DFkRn19xrfTgkZjZEAyJLYsywH1B7H+MGXtgLx02noo1HrS18aBPELZjq6rU0ou2zeU= X-Received: by 2002:a50:9fab:0:b0:53d:f4a2:5140 with SMTP id c40-20020a509fab000000b0053df4a25140mr11486609edf.33.1698263834648; Wed, 25 Oct 2023 12:57:14 -0700 (PDT) MIME-Version: 1.0 From: Shaozhong SHI Date: Wed, 25 Oct 2023 20:57:03 +0100 Message-ID: Subject: Concurrently run scipts To: pgsql-sql Content-Type: multipart/alternative; boundary="00000000000099640206088fdcb4" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000099640206088fdcb4 Content-Type: text/plain; charset="UTF-8" In psql we run scripts sequentially like the following: \ir script1 \ir script2 Is there something similar for concurrent running script? Regards, David --00000000000099640206088fdcb4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In psql=C2=A0 we run scripts sequentially like the followi= ng:

\ir script1
\ir script2


Is there something similar for concurrent running scr= ipt?

Regards,

David
=
--00000000000099640206088fdcb4--