Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iFbWf-0003vH-0T for psycopg@arkaria.postgresql.org; Wed, 02 Oct 2019 10:06:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iFbVe-0000k6-Jk for psycopg@arkaria.postgresql.org; Wed, 02 Oct 2019 10:05:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iFbVe-0000jm-9m for psycopg@lists.postgresql.org; Wed, 02 Oct 2019 10:05:26 +0000 Received: from mail-lj1-x241.google.com ([2a00:1450:4864:20::241]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iFbVc-0003jB-7x for psycopg@lists.postgresql.org; Wed, 02 Oct 2019 10:05:25 +0000 Received: by mail-lj1-x241.google.com with SMTP id m7so16507124lji.2 for ; Wed, 02 Oct 2019 03:05:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4YR+tjQDc2fpA6k0ZiMdgvm02v2iu4L5pxvTaXiyt/M=; b=fghKbtWNG4PqTU/XjhTTLbPt278yCsi8vhDNNOcK7ocJ1KqGtXj/DMEOmlRk00N+hf ItJqDjke5FqFHf+5LR7BxPUjY4vY7QPmKfRkw9/T82ukpiINDlEuOq9h3f3fQ7LQx1FE vk+ovycMzLzzi6m50aPofr2E0b5kuoUTNFDM1Y83NQZu2vLOqlHKBSlWn1sSbmJRl+EK gKzncNbuh42jd8ivak66qUEq8Tq9X1QbGP+bxua0Cw5ovKtntLH4OUSOM+LgkONr6Xq1 qmlnxKQ4MQY+uXh+pbQ3/Z8cIlfhiGoh5I909UYx6GZrVVqsFjMJbvA6GeMSi09UUkTx y5rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4YR+tjQDc2fpA6k0ZiMdgvm02v2iu4L5pxvTaXiyt/M=; b=Gxl3+XYQMhvjIYga5z10hDOag/c0b3OiL7WxsbPe0u9XVq2FUdwIok4A5WTIaf2WlV 7TV9c/YEnaWBh+PGiHi3P203k45q9cz7YWla5hz6GHUW9nP4Eg7XcRAyDFRpcv8cSqG5 wii/7QTekNczRV3YgrB6p2zYznVvcyuxixnTrmh8PcPs0EFDfMaugvUFzCQERycWSX5a JA+r4EcrbyzHKbYk3rZBOaERybZOEo+TB8eS6BcpocXnyFFkakNscOLrAC+GSnh1oxta r8cTghyaTzrrygYsizTw1xC4WRHnps/5tyAiPy3VSZ2NSI45gg2qKqPTWsAf0v7FnGCe pwjw== X-Gm-Message-State: APjAAAVEWmJ0DajX8oAN3/K4tMipd8EGAp5fabaoN+gdR6RoxB68b1P6 JGN90AhqQUPnXuK40MKZ/uo6qIIuCzhTZngs81s= X-Google-Smtp-Source: APXvYqzSoRGZ2Toy5nr22uoVM0re0dnt01lzhbDdQ7qsX9VFcuNVodfnbjBV8zShKI1PphANkPBSO7q7MO78DZGKMp4= X-Received: by 2002:a2e:91c7:: with SMTP id u7mr1854164ljg.146.1570010722998; Wed, 02 Oct 2019 03:05:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Daniele Varrazzo Date: Wed, 2 Oct 2019 11:05:11 +0100 Message-ID: Subject: Re: Psycopg2 and postgresql 12 To: Dale Arntson Cc: "psycopg@lists.postgresql.org" Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Tue, Oct 1, 2019 at 8:10 PM Dale Arntson wrote: > > Hi all, > > Can anyone give me an update on the plans for psycopg2 support for > postgresql 12? it should just work -- Daniele