created a SQL template, #19
authorDickson S. Guedes <guedes@guedesoft.net>
Sat, 15 Oct 2011 04:30:48 +0000 (01:30 -0300)
committerDickson S. Guedes <guedes@guedesoft.net>
Sat, 15 Oct 2011 04:30:48 +0000 (01:30 -0300)
commit9cb77dd7655ba24c0212e7d6a3af965f17327c89
treeb420675d682ccb2f8b10767d7bdb9f5d9df85bb7
parente1d2ae7a3eacfb8c3dfb7a240698fc90d30bdb0a
created a SQL template, #19
14 files changed:
META.json
lib/pgxn_utils/cli.rb
lib/pgxn_utils/templates/sql/%extension_name%.control.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/.gitignore.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/.template [new file with mode: 0644]
lib/pgxn_utils/templates/sql/META.json.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/Makefile.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/README.md.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/doc/%extension_name%.md.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/sql/%extension_name%.sql.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/sql/uninstall_%extension_name%.sql [new file with mode: 0644]
lib/pgxn_utils/templates/sql/test/expected/base.out.tt [new file with mode: 0644]
lib/pgxn_utils/templates/sql/test/sql/base.sql.tt [new file with mode: 0644]
lib/pgxn_utils/version.rb