GitBook: [#3659] No subject

This commit is contained in:
CPol 2022-11-08 23:28:51 +00:00 committed by gitbook-bot
parent 7432ca3683
commit 67001834d8
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ The PostgreSQL database you got access to may have different **scripting languag
You can **get them running**:
```sql
\dL+
SELECT lanname,lanpltrusted,lanacl FROM pg_language;
```