Have you ever wondered where you can get O2 coverage at Westfields London?
Well worry no more. With this handy map you can now make and hear calls in certain places safe in the knowledge that something may happen.
In the unlikely event you find somewhere else you can make calls on O2, let me know in the comments.
Ever wanted to see which tables are taking up the most space in your PostgreSQL database? It's not too difficult:
SELECT t.name, pg_relation_size(t.name) FROM (SELECT tablename as name FROM pg_tables WHERE tablename NOT LIKE 'pg_%' AND tablename NOT LIKE 'sql_%') t ORDER BY pg_relation_size(t.name) DESC;
or if you want it in human readable MB/kB:
SELECT t.name, pg_size_pretty(pg_relation_size(t.name)) FROM (SELECT tablename as name FROM pg_tables WHERE tablename NOT LIKE 'pg_%' AND tablename NOT LIKE 'sql_%') t ORDER BY pg_relation_size(t.name) DESC;
Now, maybe a PR company was helping them behind the scenes or to take care of leads and all the other stuff that goes with building a company but it wasn’t the first interaction I had with the company.
Here's the deal: everybody knows that no musician has truly made it
until they have mastered the cowbell. So to celebrate I'm putting
together the Ultimate Cowbell playlist.