mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-29 15:55:23 +00:00
Fix TABLE -> DATABASE in readme
This commit is contained in:
parent
d3d8fd912e
commit
cbb76f929e
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ The user should be created and made owner of the database.
|
||||||
```sql
|
```sql
|
||||||
CREATE USER psforever;
|
CREATE USER psforever;
|
||||||
ALTER USER psforever WITH PASSWORD 'psforever';
|
ALTER USER psforever WITH PASSWORD 'psforever';
|
||||||
ALTER TABLE psforever OWNER TO psforever;
|
ALTER DATABASE psforever OWNER TO psforever;
|
||||||
```
|
```
|
||||||
**NOTE:** applying default privileges _after_ importing the schema will not apply them to existing objects. To fix this,
|
**NOTE:** applying default privileges _after_ importing the schema will not apply them to existing objects. To fix this,
|
||||||
*you must drop all objects and try again or apply permissions manually using the Query Tool / `psql`.
|
*you must drop all objects and try again or apply permissions manually using the Query Tool / `psql`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue