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:52] – 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 table_schema, | ||
| - | FROM INFORMATION_SCHEMA.COLUMNS | ||
| - | WHERE table_name = '< | ||
sandbox_database.1670208736.txt.gz · Last modified: 2022/12/04 21:52 by jhagstrand