Skip to content

Commit

Permalink
Added a self-contained sql script for v1.0.4 (#200)
Browse files Browse the repository at this point in the history
* Added a self-contained sql script for v1.0.4

* Added comments to explain what is updated in this version

---------

Co-authored-by: Swaha Miller <swmiller@dev-dsk-swmiller-2c-7c022f50.us-west-2.amazon.com>
  • Loading branch information
formalLogicGirl and Swaha Miller authored May 22, 2023
1 parent f8c7e95 commit 42b5be5
Show file tree
Hide file tree
Showing 2 changed files with 640 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pg_tle--1.0.1--1.0.4.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
\echo Use "CREATE EXTENSION pg_tle" to load this file. \quit


-- uninstall an extension for a specific version
-- install an extension for a specific version
CREATE FUNCTION pgtle.install_extension_version_sql
(
name text,
Expand All @@ -30,6 +30,7 @@ SET search_path TO 'pgtle'
AS 'MODULE_PATHNAME', 'pg_tle_install_extension_version_sql'
LANGUAGE C;

-- uninstall an extension for a specific version
CREATE OR REPLACE FUNCTION pgtle.uninstall_extension(extname text, version text)
RETURNS boolean
SET search_path TO 'pgtle'
Expand Down
Loading

0 comments on commit 42b5be5

Please sign in to comment.