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 1l7MGE-0002L8-MO for psycopg@arkaria.postgresql.org; Wed, 03 Feb 2021 17:48:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l7MGD-0006st-GT for psycopg@arkaria.postgresql.org; Wed, 03 Feb 2021 17:48:13 +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 1l7MGD-0006rn-BL for psycopg@lists.postgresql.org; Wed, 03 Feb 2021 17:48:13 +0000 Received: from mail-lj1-x22e.google.com ([2a00:1450:4864:20::22e]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1l7MG6-0003pX-OE for psycopg@postgresql.org; Wed, 03 Feb 2021 17:48:12 +0000 Received: by mail-lj1-x22e.google.com with SMTP id f2so9164ljp.11 for ; Wed, 03 Feb 2021 09:48:06 -0800 (PST) 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=iaLGz+WIxyMvm22jR+kSUqVrrjb7e9jfP6RdW8DDqnM=; b=XTP7iHFWWhQjWh6vztCiyvswUUn+4B2Sgc7B71ARdeYR9SRIBclwOIOzzqYa7XZwpK SLg5vnuYMKA/ByrCWHmBUDQG4ePzYCED/KtJoC5aV69HvRXaUZDjBBiBcBQ1uGuVKMnx K0HBvbmlSNnevf9HJnOPyUsmyR0YBK0wnlew1oFzAANwIBPZIqbxVUUuajDuKbY4hmkz VFewZA1THT0oymF/xGSevubNHWT+hR10b7n9GNqfKpZTvGghrPdHdcqE4NQ3uTyXg9dT 67HMUvonCqkl9lJNjS/lFOb21x2EdUgzsMSuvcC1GleU5iX0MvkCGN5V2LPnLi3FtJc5 qNVQ== 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=iaLGz+WIxyMvm22jR+kSUqVrrjb7e9jfP6RdW8DDqnM=; b=B+VwuTgRV8iwv4m36hsawM6bcyCghefWlybDr5h/SoeF8jnhov3xfMFxBEO7WRP7sq KqPkrcGG4VIuPLMTJ635lMbnWisYUs34UAOKxXQSyHJ/uqIAA9G7IgKFtUFv+iCk4O7z 6t+9EaAtzG1sb3UcIPn+68XlY+heKEP/uwmq2C7EM7cPjTIyzuyPDf4m8Xcb+ZKru+Wt UDQS2m6dI7TNKhYdrrKAeIC/VYYWSeBpKUD+QRqUAC5JSWEebl4xgsJXTr7UTvXA4vIS Dkh047dTSwRDWdGETC5xlxC4ngayAcOLKHsRMok57HPd5TmLW45d/QT7b2FMhELtXEiC WvkA== X-Gm-Message-State: AOAM5321mIyaEe7/5teHJxJBoG/cGnZR4ZpcS+vtoVCeNFVKITPYFLDY ECJW8Eu3YrxtGjh8bG1mTFn/qVr7c/OvLoR84K4= X-Google-Smtp-Source: ABdhPJzfJMqbRJP8EMYOqEZSkinsBBcMUjgS7TZ9UmNPKj846FGwP84AOsrv9aH8gKJn3sUEWV3T/CGs/kuHolS1vf0= X-Received: by 2002:a2e:a593:: with SMTP id m19mr2410538ljp.1.1612374484907; Wed, 03 Feb 2021 09:48:04 -0800 (PST) MIME-Version: 1.0 References: <20210203161548.vkhu3qkpvmgvyhik@dalibo.com> In-Reply-To: From: Daniele Varrazzo Date: Wed, 3 Feb 2021 18:47:53 +0100 Message-ID: Subject: Re: about client-side cursors To: Denis Laxalde Cc: psycopg@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Wed, 3 Feb 2021 at 18:44, Daniele Varrazzo wrote: > 2) if we want to have sync and async cursor, it would be better if > they had the same interface Sorry, this should have been "if we want to have client and server cursors, it would be better if they had the same interface".