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 1kUcb7-0006FX-Jw for pgadmin-hackers@arkaria.postgresql.org; Mon, 19 Oct 2020 21:21:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kUcb6-0000k9-E8 for pgadmin-hackers@arkaria.postgresql.org; Mon, 19 Oct 2020 21:21:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kUbjg-0004xS-29 for pgadmin-hackers@lists.postgresql.org; Mon, 19 Oct 2020 20:26:28 +0000 Received: from mout.gmx.net ([212.227.15.15]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kUbjc-0007gc-2d for pgadmin-hackers@postgresql.org; Mon, 19 Oct 2020 20:26:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1603139181; bh=lW1T9za+9SsNcNYiTltWgxiVcL5WGg9e1grutcssPzk=; h=X-UI-Sender-Class:From:To:Subject:Date; b=Nh5mpD1wVzG9ifvstGpCZAxpskKj7GWlZHpFa3uAPvl2dD3RANGagZIEwkD0kO+ru HRtn+Pg2ZaEHqK9VpB+5flCww3mZVvQn6JsXLnPZh0POz0yyFe7FM89d7Rgk4fpaxA ulz4LUFXULz1MV8/bEgLEMDMeE7Vo2EiWCc4zykY= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [75.156.12.127] ([75.156.12.127]) by web-mail.gmx.net (3c-app-mailcom-bs16.server.lan [172.19.170.184]) (via HTTP); Mon, 19 Oct 2020 22:26:21 +0200 MIME-Version: 1.0 Message-ID: From: Corey Fehr To: pgadmin-hackers@postgresql.org Subject: small change to Documentation - Creating a table Content-Type: text/html; charset=UTF-8 Date: Mon, 19 Oct 2020 22:26:21 +0200 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:h82UEgfx/qFbjgqcRc+xOlRJiiHcfHSclT1tmKyOhWxHHMWTNt1U7bHgrU+ilznvPsk0E IRMtfgCml4Zbb7Exb4eOQbAxOG4w2W5bthlJVUVgFieW5q3M+hz0/RAGlg+a2FTO02T7/lg282bI YM27BF/PndpesUNaqwMQxb5D41DPOCPHL97tok8Evhiw9WTonTxR2e1QYThugrp+qSgH2vRXNekx 7kc/oGXanNVlX38UJgPT4u6jxncElgcrs4vZONcGCTZK8odld4uPQMLLOCMJytjiUsTqUm5fv0vK /k= X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:gAkTO5CB6k0=:Hpo4slvxiLV95rX1v1UPKq 4k1kBeUYRubo/eDIUxNFZB097mo00orLq/Nd5Anuoe2z8aBfkO7UStRFNl6oUdSetjO0sub0L AUoUcz1YLmnrHJXJHrtc355k0thOob9/JajyBDZyKcDSb7EIRmoJfPY12WlaR35H0HaebdcDI lfbHhyyJ95jUFZn2ysOT0CG+8DJsKauAIkae8pCP1Rdq6SR+XynIs0XoB6KPQ3kuT5AYXPUhw 0hE8e3tWGMbG6nLeiQAVTN+np9xl1b/crAHpOKh+rE1Gtovg3O6fpsSeH6rVPt/CllzlgxZYs 947/1hddIbRS7AD+gvwgC7pHeueIHYSGqcD2IbX4pyxWUJYrbzNI46HfZPTzvcuOMJ1yf8rIt v5nODZkhrXikGbe5lsZxdeKYpczE7XD2Vz3GcDkRfcvgXk1hoqmLnhvu5QH4QLCBgH0a5gIsl vqyauaf9uVsinuHGVKJy0aIrkbmY9g/xhMH68ogP8PIAxHJXCb+bx35XkvDbdNu+bkVRmFAHR oHQN88iS0cwjJOGXv4JPfQ7bfA5nLwQjQiMd5Tz/jle0awlVXeKvtnTRyvY8f2vt51o1L1eW6 Qnp9bjSDcwXzQ= List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk
Hi
The documentation doesn't seem to say where to send improvements related to the documentation.

New postgresql DB, I just wanted to create a simple table.
The Quick Start section suggests using Cast, which is unhelpful:
https://www.pgadmin.org/docs/pgadmin4/4.27/modifying_tables.html
Creating or Modifying a Table¶
right-click on the Casts node, and select Create Cast…

Coming from Sql Server Management Studio, I was expecting Tables to be listed directly under the DB. I would like a hint in the documentation that they're not at that level, they're listed under DB -> Schema.

Otherwise good stuff. Thank you.
Corey