sandbox_database
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sandbox_database [2022/12/04 21:59] – jhagstrand | sandbox_database [2023/01/12 05:00] (current) – removed jhagstrand | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== sandbox database ====== | ||
| - | The A2 Hosting installation of phpPgAdmin is bogus. | ||
| - | There is no way to login. | ||
| - | Do everything from psql. \\ | ||
| - | |||
| - | psql -U voyccom_jhagstrand -d voyccom_mai | ||
| - | password is in .pgpass | ||
| - | \h list SQL commands | ||
| - | \? list psql commands | ||
| - | \dt list tables in public schema | ||
| - | SELECT * FROM information_schema.tables WHERE table_schema = ' | ||
| - | SELECT column_name, | ||
| - | |||
| - | | ||
| - | | ||
sandbox_database.1670209199.txt.gz · Last modified: 2022/12/04 21:59 by jhagstrand