mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
Fix: update PostgreSQL columns documentation link (#9693)
Update the link from info schema columns to DDL alter page, as the latter provides more comprehensive information about columns in PostgreSQL. Fixes #9690
This commit is contained in:
@@ -4,5 +4,5 @@ Columns are a fundamental component of PostgreSQL's object model. They are used
|
||||
|
||||
Learn more from the following resources:
|
||||
|
||||
- [@official@Columns](https://www.postgresql.org/docs/current/infoschema-columns.html)
|
||||
- [@official@Columns](https://www.postgresql.org/docs/current/ddl-alter.html)
|
||||
- [@article@PostgreSQL ADD COLUMN](https://www.w3schools.com/postgresql/postgresql_add_column.php)
|
||||
Reference in New Issue
Block a user