From cfehracs@gmx.com Thu Jun 4 02:01:11 2026 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
 
From akshay.joshi@enterprisedb.com Thu Jun 4 02:01:11 2026 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 1kUmFl-0000xM-86 for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Oct 2020 07:40:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kUmFj-0005WF-Lt for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Oct 2020 07:40:15 +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 1kUmFj-0005Uj-Ge for pgadmin-hackers@lists.postgresql.org; Tue, 20 Oct 2020 07:40:15 +0000 Received: from mail-il1-x144.google.com ([2607:f8b0:4864:20::144]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kUmFg-0004iX-Ev for pgadmin-hackers@postgresql.org; Tue, 20 Oct 2020 07:40:14 +0000 Received: by mail-il1-x144.google.com with SMTP id p16so1049481ilq.5 for ; Tue, 20 Oct 2020 00:40:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eWLh0qrshbqSisQOT9Wd1iAcYaAWgboi1HM9SPll8r8=; b=XEX+uPpSNoNETibv0utG3utB611k6u60UcMFfHT0C05Kl0Glk9A86FeHK2+7WBWZh/ 4ygxtD88IEpUAFsBpBS6a6O38jS7KSPleC1kDm04DaARdQisXISAEgCwJyBKpwxbLEkm xuaoMw+rvW7cFzc9reWu8ZryXxNRvJYc4IzKEareLd2NcHJv0wcezfDwvwWa9pS3nXZe a/15N4aaGXQ3pbW4HdziNjISkThISVh0W5Gs5f+TR5f+oipDEw7+FrJ0zv/EGhChaoJA P7BwPXP/TyHRcYOZcxMH1lFQ82FPB+QGDdWB70BmLpTrgr5k9jznQOxhxAsP+EsA8gKQ z59g== 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=eWLh0qrshbqSisQOT9Wd1iAcYaAWgboi1HM9SPll8r8=; b=HnumAEcMcXe7rVIfvDauWn0MCAHzVsteZqdcznP5XUIktEyR09xY7Bq+1Sisx63ygN 8Zm9M6lVsNvOJJb7J259knHMHASUXemP1ph8uJpteoU0ym7QmjYLqjVXHbX5VcK84Ppi aF287aZ5RaeXvtCifUj/kaV3QIdaZfcQHzwlyfw1OZ/SkA1Nhbp5qKia55athKRgFEjT IhPwWdIRL7vP++vgp0SkQqbgIpxc6JjKLty2YEn7srxuN3wDZKmZwb8QS/Ewof4demaU w87I6XSp+NxvIZv7lQBeWxkertLAkYvSMQyw7It1EQplpxk7gmUrpdsucL1yGBamtOo8 cJKw== X-Gm-Message-State: AOAM531JRSJCySaeT4s3WTdyE1+FSbT7EbMndfpYjzmZ4P6Opx2KBx31 puYZmNPUrSisLRxbIGy/dl5Py7gafdzt5IcRsUfKNWWG2+LJSDCcAbM0ugAyOtXGpiX8V+k/lqe 6DSTGaZQo4Rtygmxc9D83HpRsyiEy/IYwIn3+Hk6ppU8PyXtH9E2WjDAp792DI4jDTKrj4rzyBf G1kPZNzq4gOTj80lxQpOTMggV+9ZY0rHrNjrtNhYrgAfTbXRacR50MPxkwQg== X-Google-Smtp-Source: ABdhPJzcJea7Fd1Z7EN2cRWWDQm1M/2i0z4g7y3uQxgg5whOqRp8CpTie+ihx1u7ZAYdzN9U/cJrnv1gwfQMb1HEdCU= X-Received: by 2002:a05:6e02:cb4:: with SMTP id 20mr1116537ilg.176.1603179611397; Tue, 20 Oct 2020 00:40:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Tue, 20 Oct 2020 13:10:00 +0530 Message-ID: Subject: Re: small change to Documentation - Creating a table To: Nidhi Bhammar Cc: pgadmin-hackers , Corey Fehr Content-Type: multipart/alternative; boundary="0000000000003fbd6b05b2155726" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000003fbd6b05b2155726 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Nidhi On Tue, Oct 20, 2020 at 2:51 AM Corey Fehr wrote: > 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=C2=B6 > right-click on the *Casts* node, and select *Create Cast=E2=80=A6* > > 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 th= at > they're not at that level, they're listed under DB -> Schema. > Can you please update the documentation and send the patch. > > Otherwise good stuff. Thank you. > Corey > > --=20 *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Sr. Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --0000000000003fbd6b05b2155726 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Nidhi

On Tue, Oct 20, 2020 at 2:51 AM C= orey Fehr <cfehracs@gmx.com> = wrote:
Hi
The documentation doesn't seem to say where to send improvements relate= d 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_ta= bles.html
Creating or Modifying a Table=C2=B6
right-click on the Casts node, and select Create Cast=E2=80=A6=

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

=C2=A0 =C2=A0Can you pleas= e update the documentation and send the patch.=C2=A0

Otherwise good stuff. Thank you.
Corey
=C2=A0


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Sr. Software Architect
EDB Postgres
Mobile: +91 976-788-8246
=
--0000000000003fbd6b05b2155726-- From nidhi.bhammar@enterprisedb.com Thu Jun 4 02:01:11 2026 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 1kUn7v-0003yl-LQ for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Oct 2020 08:36:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kUn7u-0007eO-K6 for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Oct 2020 08:36:14 +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 1kUmrZ-0005uk-WE for pgadmin-hackers@lists.postgresql.org; Tue, 20 Oct 2020 08:19:22 +0000 Received: from mail-ej1-x62a.google.com ([2a00:1450:4864:20::62a]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kUmrX-00050q-2k for pgadmin-hackers@postgresql.org; Tue, 20 Oct 2020 08:19:20 +0000 Received: by mail-ej1-x62a.google.com with SMTP id dt13so1354397ejb.12 for ; Tue, 20 Oct 2020 01:19:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=51Md6Xy0AP9LTZF9yusD0J0U+1B7n7brTkk7viYjyVs=; b=VarZadeMpEw+4PUeTrVgiDL1kn+wZpkNSIhe2787NiMDFNs+DwWMwjeva2S0R7qXx1 gRkF+qKxOhilz0mJjVo14XfFH4FkfrV415KUfDQfPFnU1vaXKxlUvHbhRHS1EihBMZ6W mzJhwmklFMAnG2gAEMsvWRDvPBLO7+4hbiD02TN0nLWzfPVNWnVpVvuz2F90uZvsKGsh xYxhlMyoaK1BZ3aAck+uqLhWkF5jRHBSqVjehEd4l74mRrRpxe2rXeCyWnCV4+TOit0H oB5ZRoQJLd/eT556IiTyb51/Pan7gnMPMP/PzkRgJJDTOO1442aOI9YpCVr7ED330dAf 3DNA== 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=51Md6Xy0AP9LTZF9yusD0J0U+1B7n7brTkk7viYjyVs=; b=G9WY1u9gj7vH8iPNZgdM2ceUAf+QJpkpvXuSqbCXSv8mdpldOlbI1zDOQ8f3CZ+BQy zjthgSM5Vwo5CT3JKHSwexXrb5bPcHyPvBEq5GqLzhhWqCiYuNt+pbwHyrqbCAwFnRys uiPrZYVcuto1SixMrscP7De6Cvp4MzDtWKUv7jR936TZguFoZgxRshSCZi/o2yUUKkNf wChorwag+fTFskPoaWnao4x0R8Nm2xD8CiGZSSRuL0+8xuv6m2eUyhqQwllJdS58FO/8 ck2+roKRlmn6w2aQoETVJDFJ7eQ6m1ap7xldh2mRAV5oCwxCjY6Gy2pI+EeedEtwBl3f o4WQ== X-Gm-Message-State: AOAM531t/U11d0i5gxZM1bFpvVBZ2ZJcSvW2FO/r8+xF4RS10qmWli+c DKbPp2p9OgXNAimiIuiwuogXpTSUZY2q5xW2L8IaP6xxUg9S3tQg65VKUWXSXoVqmsr5T6BBtWi R9ciM9YdybbaVCxEl/PCWTE3Zc6YVf7K0z4WcRV2oi8h47imOwQd+My0MtfMVaxLl9Cy0tgW/2v 76Qnnee+UJPVvA0Ja6deY5SHd4m8w95WdpdQvefVyTsqoOlY7NnwOp0NuvLw== X-Google-Smtp-Source: ABdhPJwXIXN5va+Y3qJOkucNRG7+ziN1uaNsVzxa5WYYY0FnLfHlpaNJiJk/Tv1GV/sAzh1y8J0JmzrdaD0ZHNkKY74= X-Received: by 2002:a17:906:2850:: with SMTP id s16mr2046180ejc.276.1603181955716; Tue, 20 Oct 2020 01:19:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nidhi Bhammar Date: Tue, 20 Oct 2020 13:49:04 +0530 Message-ID: Subject: Re: small change to Documentation - Creating a table To: Akshay Joshi Cc: pgadmin-hackers , Corey Fehr Content-Type: multipart/alternative; boundary="000000000000fb3b8505b215e210" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000fb3b8505b215e210 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sure, will do that. Thanks, Best Regards, Nidhi Bhammar www.enterprisedb.com On Tue, Oct 20, 2020 at 1:10 PM Akshay Joshi wrote: > Hi Nidhi > > On Tue, Oct 20, 2020 at 2:51 AM Corey Fehr wrote: > >> 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=C2=B6 >> right-click on the *Casts* node, and select *Create Cast=E2=80=A6* >> >> 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 t= hat >> they're not at that level, they're listed under DB -> Schema. >> > > Can you please update the documentation and send the patch. > >> >> Otherwise good stuff. Thank you. >> Corey >> >> > > > -- > *Thanks & Regards* > *Akshay Joshi* > *pgAdmin Hacker | Sr. Software Architect* > *EDB Postgres * > > *Mobile: +91 976-788-8246* > --000000000000fb3b8505b215e210 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Sure, will do that.=C2=A0

Thanks,
=

Best Regards,
Nidhi Bhammar
=

=


On Tue, Oct 20, 2020 at 1:10 PM Akshay Joshi <akshay.joshi@enterprisedb.com<= /a>> wrote:
<= div dir=3D"ltr">
Hi Nidhi

Hi
The documentation doesn't seem to say where to send improvements relate= d 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_ta= bles.html
Creating or Modifying a Table=C2=B6
right-click on the Casts node, and select Create Cast=E2=80=A6=

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

=C2=A0 =C2=A0Can you pleas= e update the documentation and send the patch.=C2=A0

Otherwise good stuff. Thank you.
Corey
=C2=A0


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Sr. Software Ar= chitect
EDB Postgres=
Mobile: +91 976-788-8246

--000000000000fb3b8505b215e210--