zipperer / migrate_database_with_michael

0 stars 0 forks source link

Meeting 20231219 #31

Closed zipperer closed 5 months ago

zipperer commented 6 months ago

GitHub

Add GitHub users for Michael to GitHub repository and project

psql help

Explore psql commands, e.g.

psql> help
psql> \?
psql> \! pwd
psql> \! ls

table with column that postgres updates on edit

Create database and add table with columns that (a) have default values and that (b) postgres cluster updates on edit to row. For columns with default values, see #25 . For column with value that postgres cluster updates on edit, see #26 .

zipperer commented 6 months ago

Notes for future:

zipperer commented 6 months ago

collect and share resources on postgres and python

See #33

zipperer commented 5 months ago

Aside from

may run postgres on virtual machine served by proxmox may use same virtual machine that runs web server

we have completed the tasks here.