mirror of
https://github.com/jbranchaud/til
synced 2026-01-08 17:48:01 +00:00
Fix a typo in the first statement
This commit is contained in:
@@ -9,7 +9,7 @@ user password and later compare it to plain-text passwords for
|
||||
authentication purposes.
|
||||
|
||||
```sql
|
||||
create extensions pgcrypto;
|
||||
create extension pgcrypto;
|
||||
|
||||
select crypt('pa$$w0rd', gen_salt('bf'));
|
||||
crypt
|
||||
|
||||
Reference in New Issue
Block a user