-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the table �[200~utl_file.utl_file_dir is dumpable
- Loading branch information
Showing
5 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "orafce", | ||
"abstract": "Oracle's compatibility functions and packages", | ||
"description": "This module allows use a well known Oracle's functions and packages inside PostgreSQL", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"maintainer": [ | ||
"Pavel Stehule <[email protected]>", | ||
"Takahiro Itagaki <[email protected]>" | ||
|
@@ -25,7 +25,7 @@ | |
"orafce": { | ||
"file": "sql/orafce.sql", | ||
"docfile": "README.orafce", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"abstract": "Oracle's compatibility functions and packages" | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SELECT pg_extension_config_dump('utl_file.utl_file_dir', ''); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# orafce extension | ||
comment = 'Functions and operators that emulate a subset of functions and packages from the Oracle RDBMS' | ||
default_version = '4.0' | ||
default_version = '4.1' | ||
module_pathname = '$libdir/orafce' | ||
relocatable = false |