pgspecial icon indicating copy to clipboard operation
pgspecial copied to clipboard

Add \crosstabview

Open jonbiemond opened this issue 2 years ago • 1 comments

🚀 Feature request

Add support for meta-command \crosstabview. psql docs: https://www.postgresql.org/docs/9.6/app-psql.html#APP-PSQL-META-COMMANDS-CROSSTABVIEW

This feature is also requested here: https://github.com/dbcli/pgcli/issues/1378 But since it's a meta-command, I supposed it should be implemented in this repo.

jonbiemond avatar Jul 20 '23 19:07 jonbiemond

I'm not sure. In pg it can be implemented using crosstab() function. I recall something like that in Oracle (with completely different syntax of-cause). What about other RDBMS?

pyhedgehog avatar Oct 14 '23 03:10 pyhedgehog