| psql_create_table1 |
Objectives:
|
| Screen shot Postgresql db, pgsdemo1: before creating a table, named
TT1
|
![]()
|
Create table script
Note the table created
I did psql.pane and updated this table, then ran vacuum command
The above screen shot suggested that "TT1" table did not have any row yet. PostgreSQL db uses MVCC, and differs from Oracle transaction isolation
Now let us view all data, PostgreSQL view data menu displays the table with write/edit option
Now let us go back to psql
|
| Finally check with PHP code
|