From e068c875ab1c765d4ac8e60b008d38d6f77f30d3 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 5 Aug 2020 19:07:32 +0100 Subject: [PATCH] updated README.md --- sql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/README.md b/sql/README.md index 1eb789e9..49391b6d 100644 --- a/sql/README.md +++ b/sql/README.md @@ -5,4 +5,4 @@ You might also be interested in `sqlcase.pl` in the [DevOps Perl tools](https:// - `aws_athena_cloudtrail_ddl.sql` - [AWS Athena](https://aws.amazon.com/athena/) DDL to setup up integration to query [CloudTrail](https://aws.amazon.com/cloudtrail/) logs from Athena - `bigquery_billing_*.sql` - [Google BigQuery](https://cloud.google.com/bigquery) billing queries -- `postgres_*.sql` - [PostgreSQL](https://www.postgresql.org/) queries for DBA investigating + performance tuning. You can quickly test these sql scripts out using `postgres.sh` which boots a docker container with this directory mounted at `/sql` and drops you in to the `psql` shell so you can source the scripts immediately (eg. `\i /sql/postgres_query_times.sql`) +- `postgres_*.sql` - [PostgreSQL](https://www.postgresql.org/) queries for DBA investigating + performance tuning. You can quickly test these sql scripts using `postgres.sh` which boots a docker container and drops in to `psql` shell with this directory mounted at `/sql` for easy sourcing eg. `\i /sql/postgres_query_times.sql`