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
.
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.
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
osed*
use ./configure --help to see all options.
or
use ./configure --help to list all options.
Regards,
Muhammad Ikram,
Bitnine Global