├── .gitattributes ├── LICENSE ├── README.md └── pg-shortkey.sql /.gitattributes: -------------------------------------------------------------------------------- 1 | *.sql linguist-language=PLpgSQL 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbo/pg-shortkey/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbo/pg-shortkey/HEAD/README.md -------------------------------------------------------------------------------- /pg-shortkey.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbo/pg-shortkey/HEAD/pg-shortkey.sql --------------------------------------------------------------------------------