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 1mbKtJ-0005Kf-97 for psycopg@arkaria.postgresql.org; Fri, 15 Oct 2021 10:56:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mbKtI-0006O3-7B for psycopg@arkaria.postgresql.org; Fri, 15 Oct 2021 10:56:44 +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 1mbKtH-0006Nu-VO for psycopg@lists.postgresql.org; Fri, 15 Oct 2021 10:56:44 +0000 Received: from mail-ua1-x933.google.com ([2607:f8b0:4864:20::933]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mbKtB-0005FQ-Hk for psycopg@postgresql.org; Fri, 15 Oct 2021 10:56:43 +0000 Received: by mail-ua1-x933.google.com with SMTP id h4so17151645uaw.1 for ; Fri, 15 Oct 2021 03:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+oUTJndW7/LFlCfbxkUDK5B0ZkcA7k+ODjd+7fnLlZc=; b=okmTw6UZ5xblCP74GvtOqSPhS4McvqBoscT/JG1oQ+aBZum+ihteGLohTYtzVZLvLd GqVlh3BZqHsd69pTNERZYFwIOc2lk6hUV9PSZRDLpR4MTRes+xAMOCgAHcydkD8LE3Kn ivZPQJZ6hh2QrDKIJz2fs4D5+Vy9w17bpdM00NPxyonUD1RjxeXff0/fIJj9io2lXZ7n 4YNT73H061j7jPP/AF8NhZBCZj4dbRdEDcBEw9J4VVkbwLWvVbkDZw5iXE/qfIl+mNPw fhQhdVKPB9zeXkWbb/5TaQG06ljp641U7hWCsHJEpClAuKlvdWKAzWQxdenEIPenGNpg 765g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+oUTJndW7/LFlCfbxkUDK5B0ZkcA7k+ODjd+7fnLlZc=; b=VRrbykwqqAOzaE/xIJ1aVtFkWs14T+PvckOu1DiFiaF1UV9LESfdVeIAXz3qqyaDCI TpXJbF1vPXUrN6IOikv7QjwQyVoe6tn8QEUPTypYa0ONowL78mZt+K6g3BcoGgriYH8a eG/78dJJM8PjLxIokfyqTcuTEWkJhWeX3cnutNoLVxkjZk3TvKR6mjlaaNni/0E4MDJQ RoXtl5CWb3dxWVR880dxjBCN7DOavcvpa6Bd7ic61X/xgk4a3zrW8V/qEAsuC+mOhIpp CLqiQSCfBuebKwsbljDn1eArtZCuSWIw2aoqbJ+KLT/iyIUIz7eQKh93sR8DTdmOUTn9 PVLw== X-Gm-Message-State: AOAM532pRjn1JFJiPIEcD9W40TYCPeVRus4/f6OzejWYvhe90lGI2Low Tn+nGg29eTQOxAhAFIKy9ATt7rug5rwrpJlNw13thgRG62yKBg== X-Google-Smtp-Source: ABdhPJxMVVixbfqSySPwWKu6SCPREki8wrZKA4tQXFyacHFCaa6dH9pbt5zU+N4yI57SZnhhGitsuOZqWgzzaBILFmU= X-Received: by 2002:ab0:5b90:: with SMTP id y16mr12218252uae.43.1634295396426; Fri, 15 Oct 2021 03:56:36 -0700 (PDT) MIME-Version: 1.0 References: <9a99d2d110b121542d1ea0a05066858b@paolodestefani.it> <6683df3e65fe961aa478e61db7ad687d@paolodestefani.it> In-Reply-To: From: Daniele Varrazzo Date: Fri, 15 Oct 2021 12:56:25 +0200 Message-ID: Subject: Re: psycopg3 transactions To: Paolo De Stefani Cc: Psycopg Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, 13 Oct 2021 at 19:28, Daniele Varrazzo wrote: > Pretty much everyone comes from psycopg2, so we should definitely > improve the docs :D I have expanded the documentation about transaction behaviour. Feedback is welcome. https://www.psycopg.org/psycopg3/docs/basic/transactions.html Paolo, Daniel: I am especially keen to have your feedback as one newcomer and the other pretty much the authority in transaction management :) Cheers, -- Daniele