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.96) (envelope-from ) id 1vgeGh-00Gjee-02 for pgsql-docs@arkaria.postgresql.org; Fri, 16 Jan 2026 07:29:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vgeGg-0022wt-0M for pgsql-docs@arkaria.postgresql.org; Fri, 16 Jan 2026 07:29:14 +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.96) (envelope-from ) id 1vgP51-0002dG-3C for pgsql-docs@lists.postgresql.org; Thu, 15 Jan 2026 15:16:12 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vgP4v-000aD8-2D for pgsql-docs@lists.postgresql.org; Thu, 15 Jan 2026 15:16:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=QRa8oi0Sp+ue25XEb4ci1MAMPvg/yGfgIhkWwQyqn+w=; b=qiYDnhku2JGAqunLRmu6BPdaDI VdVlKYtXeieKXjjN15ibnAf2HE3Ip0YubE6h3kmqCKSK2KJIlspS8x/zKCsx/ySlubuqYxbCJKliE rsSHGwpOqt4Kfp/jQBqFoog4rzda3rhpKWiDhrObtlJT1f79EwCiZXrNhh8obb0iwRyrceD7rc48z OeFOFlwfG5eYg2JXOr7IRrVMXgAesfbYxB6tbooNXECLFJC4sRLFHwax7gBZJjZGeSb0fO3HJxOhl lEjb/91JjUOXDw3enf3YLz7Tzq0eInFnYvAhOgHupCEcVRvjP8zPKnNMxVSuNMYpjuSQNqBAOGa1m iqad8cmQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vgP4u-001j48-18 for pgsql-docs@lists.postgresql.org; Thu, 15 Jan 2026 15:16:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vgP4s-002vgx-2r for pgsql-docs@lists.postgresql.org; Thu, 15 Jan 2026 15:16:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: 3.5. Window Functions, example table To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: janpaulus95@web.de Reply-To: janpaulus95@web.de, pgsql-docs@lists.postgresql.org Date: Thu, 15 Jan 2026 15:15:40 +0000 Message-ID: <176849014027.765.14485274490938820206@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/tutorial-window.html Description: The empsalary table is never defined. Similar to the next chapter of the tutorial, a small create and insert section at the beginning of the chapter would make it easier to test the window functions in a personal psql.