PostgreSQL/admin

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PostgreSQL
Revision as of 23:03, 7 November 2022 by Woozle (talk | contribs) (Created page with "==Notes== There seems to be some correlation between {{arg|current system user}} and {{arg|Postgres user}}, at least insofar as running <code>psql</code> as pg's superuser ("p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes

There seems to be some correlation between <current system user> and <Postgres user>, at least insofar as running psql as pg's superuser ("postgres" by default) lets you in without a password:

su - postgres -c psql