Main public logs
Appearance
Combined display of all available logs of Waggybytes Learning. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:43, 20 February 2026 AndyHeathershaw talk contribs created page Waggybytes Intranet:Software:PostgreSQL (Created page with "{{DISPLAYTITLE:PostgreSQL}} In 2024, Waggybytes started migrating applications from MariaDB to PostgreSQL. == Installation == To create a super user: CREATE USER <user> WITH SUPERUSER PASSWORD '<password>'; To grant an application user access to an application database, run the following SQL in a connection to the desired application database. Replace <user> with the actual username (name of the login role.) GRANT USAGE, CREATE ON SCHEMA public TO <user>; GRANT ALL P...") Tag: Visual edit