fix(postgres): use lowercase for non-key words

This commit is contained in:
Michele Cereda
2025-06-13 20:01:23 +02:00
parent 540c46cca4
commit 065caa525b

View File

@@ -89,7 +89,7 @@ CREATE TABLE people (
-- Includes constraints
\d sales
\d+ clients
SELECT column_name, data_type, character_maximum_length FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = 'vendors';
SELECT column_name, data_type, character_maximum_length FROM information_schema.columns WHERE table_name = 'vendors';
-- Insert data