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 1qo1co-00Cp4I-KB for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 13:09:14 +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 1qo1cm-00FEAZ-SE for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 13:09:13 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo1cm-00FE4i-Ff for pgsql-hackers@lists.postgresql.org; Wed, 04 Oct 2023 13:09:12 +0000 Received: from mail-lj1-x229.google.com ([2a00:1450:4864:20::229]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qo1ck-0089La-8O for pgsql-hackers@postgresql.org; Wed, 04 Oct 2023 13:09:11 +0000 Received: by mail-lj1-x229.google.com with SMTP id 38308e7fff4ca-2c012232792so24485821fa.0 for ; Wed, 04 Oct 2023 06:09:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696424948; x=1697029748; darn=postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=Grrtd0B2CZKIc+Y4bycufYNx3INqHOgayyUyyHTBkCQ=; b=NL6Zm4F2C96AjGHEn9mKwSAlDZqWOhG/qrP8cZ8xIIWTUVxWpBweEjkc+TQQrD32YU uIB3nBS/QUbnLh2Rmz8bHkxyh74Vi4ZxcpZpYI8DL2nqPXWmx6qo6YwTkWzwQhDop3J/ xzXGQRtku8pYIRM6HkyiP0Xj7UE2hyTiMAbe0YZ7SaVZhm9Q0f3vgeMtB9NBcAcs2L53 Zd6JQxbYVCcaEw9+/e5IGQqaMesJOU9tfDYursfTWO36vz+yk2kwqB/U2ooeGsfKiUbf xLwbtNujxbST/JYajZ5yWTRjF40Ew5xsb4ExV918pujGLl4YDLLUGrQhCNgYEg+fv361 Y7ug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696424948; x=1697029748; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Grrtd0B2CZKIc+Y4bycufYNx3INqHOgayyUyyHTBkCQ=; b=iro/yEFcgDfe1/uiUpCPkdGLE0gFfh5ZhDGJNe6XeEBNCXDPqUvRs6yJ6LvkSLubh/ ZXvdWVf0jFEfII4Sf36EkwR85Jkv/T6sInJ11WzLwPbEa/iHDzh8Gk/iZxQ68ivGDB0I IGgfZYoEcNJqT8o752DK9bJbpNTv969xFJhtThYXtq+TGmByJB9MZaS5IE8A3uwVAUxN bxNceegw41dELJ5Hx+2PCbXD1k8j5vcNyhlA+Xjqg4L6EBAO1Zyhc+KQsJeoXRm3d61t 1Dbm8VNAcGKTjvdcZQ4RvY73f+pUf3GRL3c5O7QMsMMFsTmRME4ewJt7u2QMG//L6x0u JnwA== X-Gm-Message-State: AOJu0YzZWEH7oLDeK676cGWe9h46Uesf4p9MWpz2BpY87LZolksBPLaU BBTuTBkgPgVEwwmB/bOWQpfWssShWxj/+sAvH0o9g6cY0ms= X-Google-Smtp-Source: AGHT+IEWuy5VBzhOb9alTpJ/M4itBOP+WDVGxluUMkIZeBaz5zJsEzkcKNJJ32xBRVGZ1bHg+mIHvYq+E/MNCEwuTnQ= X-Received: by 2002:a2e:82d6:0:b0:2bf:fae0:5cef with SMTP id n22-20020a2e82d6000000b002bffae05cefmr1991672ljh.21.1696424948093; Wed, 04 Oct 2023 06:09:08 -0700 (PDT) MIME-Version: 1.0 From: Robert Haas Date: Wed, 4 Oct 2023 09:08:57 -0400 Message-ID: Subject: --sync-method isn't documented to take an argument To: "pgsql-hackers@postgresql.org" , Nathan Bossart Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The various command-line utilities that have recently acquired a --sync-method option document it like this: But that is not how we document options which take an argument. We do it like this: etc. This one should be something like this: -- Robert Haas EDB: http://www.enterprisedb.com