Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdxVa-0004aK-Dz for pgadmin-hackers@arkaria.postgresql.org; Fri, 22 Oct 2021 16:35:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mdxVY-0002W4-Qm for pgadmin-hackers@arkaria.postgresql.org; Fri, 22 Oct 2021 16:35:04 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdxVY-0002VU-In for pgadmin-hackers@lists.postgresql.org; Fri, 22 Oct 2021 16:35:04 +0000 Received: from mail-qt1-x836.google.com ([2607:f8b0:4864:20::836]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mdxVV-0002ZF-7T for pgadmin-hackers@lists.postgresql.org; Fri, 22 Oct 2021 16:35:03 +0000 Received: by mail-qt1-x836.google.com with SMTP id v17so4051703qtp.1 for ; Fri, 22 Oct 2021 09:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=8Xlfj7c889G2v6yZqdptmyRAtI3VhMQcnCw6+xmz1Nw=; b=Dk73XZA6cwQRHzIEbvrOpzI2cANWqdT72gmKfAe5KILTQAGjDwPIz2H3u/7+QvgQEm 9y7oGmvOg1UiIIX96IYK3ymcOq4/xi08Zt+5OqpVKLOi8GbG2eH/zCWwQBUJO7NIhuba LnWMu2jmDRirwM2QeDc4irlZ7eGM0VL1wu41n7ts3cena9sKPGJvHCk1kKLpA2fSTLPi 6JHzuIg9ShHumk9I5Ee/5fw2Yfrq2n373FtDEK5TZKPVLwWceb31ivTQJHNkUoB92aKT oesOaB/UrnuJA3BfPtGZaEb02Chh2Q2ZjadgBONXxNOjqKU41NIXjP8TLqt+UjcEoH4Y KAQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=8Xlfj7c889G2v6yZqdptmyRAtI3VhMQcnCw6+xmz1Nw=; b=vmea7Hfwe/qmyXafUStPtpUX6VaB3LoQfNj2sDQ7vQjsMBsyJdV0A9wS3QlCVgDTXa 1dC/WiwMsBuFcTpOWk8CajKK1v/5wlqN1O5NZ9xcoETdUHJgdod/aBitmCan1ysfuKU0 1eHOUrdlUuOrKPm9sCN8N7kwwZUGE67DiOb697pNLIGD5RMHU2caMK5dy8RGLsFBte2V PxLn543p2L7WOy30Vsi9laFBlYhBpyjKkyIgbx/H78yBCAjXq58UnuXuA6mP7f/2Vxtc vgqb+3fieMWwy4i8CFUOBKhlbgQxG6A8MHEWFI1oVZsMeaHFTYWktBM7veoCTgzhxO47 CcIg== X-Gm-Message-State: AOAM532e9Sth8ONvCHFWzFH3KNhHcfhjyhaDaPmvgvfeMNrD2AhxZaNK D78Qv7DUVwFqRoTwLMM94P4rzOyWHUo= X-Google-Smtp-Source: ABdhPJy+oPf3Tlk1t/kUrgCOvHBM0WW/ZzqRkm9a7pkvKRZoXt8fbbV/EuBRzFiYnen9LSVSKuTFAQ== X-Received: by 2002:a05:622a:3c9:: with SMTP id k9mr1067169qtx.170.1634920499815; Fri, 22 Oct 2021 09:34:59 -0700 (PDT) Received: from smtpclient.apple ([2601:45:8101:4120:259f:8af2:49ec:7c2e]) by smtp.gmail.com with ESMTPSA id k14sm4651090qko.120.2021.10.22.09.34.59 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Oct 2021 09:34:59 -0700 (PDT) From: "Sanchari Biswas (Shrina)" X-Google-Original-From: "Sanchari Biswas (Shrina)" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Conditional Tables Feature on PostGresSQL Message-Id: <62ACFF92-59AF-4F55-953B-BAFC767FCED7@gmail.com> Date: Fri, 22 Oct 2021 12:34:58 -0400 To: pgadmin-hackers@lists.postgresql.org X-Mailer: Apple Mail (2.3654.120.0.1.13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, Is there any existing feature that enables the use of conditional tables = on PostGreSQL, specifically the usage of variables, and implementing = those variables in our (complex) queries? Thanks, Sanchari.=