Fork me on GitHub
#sql
<
2023-01-23
>
cddr11:01:59

I know this is not really clojure specific but hopefully folks won’t mind as it is at least #sql adjacent. I just discovered that you can enter table foo; in a psql prompt and get what seems to be the results of select * from foo. Is this feature documented somewhere? I found out about it through it’s mention in the docs on row security here https://www.postgresql.org/docs/current/ddl-rowsecurity.html

dharrigan11:01:02

Yes, see here:

dharrigan11:01:15

TABLE Command