Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\ss without arguments lists columns for all tables #363

Open
nineinchnick opened this issue Aug 29, 2022 · 2 comments
Open

\ss without arguments lists columns for all tables #363

nineinchnick opened this issue Aug 29, 2022 · 2 comments

Comments

@nineinchnick
Copy link
Member

\ss without arguments lists columns for all tables, including system catalogs. It would be more useful if it only listed the summary row for every table.

@kozikowskik
Copy link
Contributor

Hi,
I just started to work on this issue, but I have a question. Does all metrics returned by \ss for a single column will make sense as cumulative data for a whole table? To be more specific. Currently usql shows:

- Average width
- Nulls fraction
- Distinct values
- Minimum value
- Maximum value
- Mean value
- Top N common values
- Top N values freqs

The metrics which I'm wandering if make sense in the whole table context are values-related metrics:

- Minimum value
- Maximum value
- Mean value
- Top N common values
- Top N values freqs

@nineinchnick
Copy link
Member Author

\ss without arguments can be an alias to \dt+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants