What is Nostr?
Peter van Dijk /
npub10wz…syxy
2024-07-18 11:01:34

Peter van Dijk on Nostr: TIL Postgres has a hints system, very cute ``` postgres=# select * from x y order by ...

TIL Postgres has a hints system, very cute

```
postgres=# select * from x y order by x.a;
ERROR: invalid reference to FROM-clause entry for table "x"
LINE 1: select * from x y order by x.a;
^
HINT: Perhaps you meant to reference the table alias "y".
```
Author Public Key
npub10wzmzt9h5j4kj99flrju8ngqtkf7wk3hhrpm0x4al39kcctmfj6q3hsyxy