Re: Column data type in doc example may be changed to VARCHAR from TEXT

2024-07-17 Thread Muhammad Ikram
Thanks David for clarifying. I am coming from an Oracle background, so there we(developers) mostly use CHAR or VARCHAR2 data types for such identifiers instead of CLOB. Sorry for my naiveness about PostgreSQL doc practices. Regards, Muhammad Ikram Bitnine global. On Thu, Jul 18, 2024 at 10

Column data type in doc example may be changed to VARCHAR from TEXT

2024-07-17 Thread Muhammad Ikram
. Following example may be revised. *From* CREATE TABLE products ( product_no integer, name text, price numeric ); *To* CREATE TABLE products ( product_no integer, name varchar(expected length), price numeric ); Muhammad Ikram, Bitnine Global.

A minor bug in doc. Hovering over heading shows # besides it.

2024-07-17 Thread Muhammad Ikram
Hi, On page https://www.postgresql.org/docs/devel/ddl-basics.html 5.1. Table Basics # <https://www.postgresql.org/docs/devel/ddl-basics.html#DDL-BASICS> when we hover over Table Basics, it shows # sign postfixed. I think it needs to be removed -- Regards, Muhammad Ikram Bitnine Global

Minor improvement in sentences to enhance readability

2024-06-13 Thread Muhammad Ikram
osed* use ./configure --help to see all options. or use ./configure --help to list all options. Regards, Muhammad Ikram, Bitnine Global