mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [#3691] No subject
This commit is contained in:
parent
270a153e4c
commit
a387bcfe1b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ The PostgreSQL database you got access to may have different **scripting languag
|
|||
You can **get them running**:
|
||||
|
||||
```sql
|
||||
\dL+
|
||||
\dL *
|
||||
|
||||
SELECT lanname,lanpltrusted,lanacl FROM pg_language;
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue