Dillon Lustick

Results 4 comments of Dillon Lustick

@mla Had a similar question like this, is it possible to select EVERY table in DESC order? I think all (most?) tables in rails for example have "created_at", so it'd...

Ah that makes sense thanks. Yeah I think `created_at` doesn't have an index so I'll go with the `id` method 👍 I did mess around a little bit with [tsm_system_rows](https://www.postgresql.org/docs/current/tsm-system-rows.html)...

On Mac: ```sh brew install perl # Don't know if I needed this or not perl -MCPAN -e 'install DBD' # really slow and asks for input (y/n) halfway through...

Oh sorry, it did work but I just meant it was slow in my comment, maybe cpanminus is faster.