Add Column : Table : PostgreSQL examples (example source code) Organized by topic

C++
PHP
PostgreSQL
PostgreSQL Home »  Table   » [  Add Column  ]   
 



1.  ALTER TABLE employee ADD COLUMN description text
2.  Add a new column with check option
3.  Add a column
4.  Altering column defaults
5.  Adds a text column