GitBook: [#3691] No subject

This commit is contained in:
CPol 2022-12-20 15:58:23 +00:00 committed by gitbook-bot
parent 270a153e4c
commit a387bcfe1b
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -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;
```