Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6f9e39bc
Commit
6f9e39bc
authored
Jul 19, 2013
by
Fujii Masao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in update scripts for some contrib modules.
parent
1dc11866
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
contrib/dblink/dblink--1.0--1.1.sql
contrib/dblink/dblink--1.0--1.1.sql
+1
-1
contrib/hstore/hstore--1.0--1.1.sql
contrib/hstore/hstore--1.0--1.1.sql
+1
-1
contrib/pageinspect/pageinspect--1.0--1.1.sql
contrib/pageinspect/pageinspect--1.0--1.1.sql
+1
-1
contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql
contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql
+1
-1
contrib/pg_trgm/pg_trgm--1.0--1.1.sql
contrib/pg_trgm/pg_trgm--1.0--1.1.sql
+1
-1
contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql
contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql
+2
-2
No files found.
contrib/dblink/dblink--1.0--1.1.sql
View file @
6f9e39bc
/* contrib/dblink/dblink--1.0--1.1.sql */
-- complain if script is sourced in psql, rather than via
CREATE
EXTENSION
-- complain if script is sourced in psql, rather than via
ALTER
EXTENSION
\
echo
Use
"ALTER EXTENSION dblink UPDATE TO '1.1'"
to
load
this
file
.
\
quit
CREATE
FUNCTION
dblink_fdw_validator
(
...
...
contrib/hstore/hstore--1.0--1.1.sql
View file @
6f9e39bc
/* contrib/hstore/hstore--1.0--1.1.sql */
-- complain if script is sourced in psql, rather than via
CREATE
EXTENSION
-- complain if script is sourced in psql, rather than via
ALTER
EXTENSION
\
echo
Use
"ALTER EXTENSION hstore UPDATE TO '1.1'"
to
load
this
file
.
\
quit
ALTER
EXTENSION
hstore
DROP
OPERATOR
=>
(
text
,
text
);
...
...
contrib/pageinspect/pageinspect--1.0--1.1.sql
View file @
6f9e39bc
/* contrib/pageinspect/pageinspect--1.0--1.1.sql */
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
UPDATE
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
\
echo
Use
"ALTER EXTENSION pageinspect UPDATE TO 1.1"
to
load
this
file
.
\
quit
DROP
FUNCTION
page_header
(
bytea
);
...
...
contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql
View file @
6f9e39bc
/* contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql */
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
\
echo
Use
"ALTER EXTENSION pg_stat_statements UPDATE"
to
load
this
file
.
\
quit
\
echo
Use
"ALTER EXTENSION pg_stat_statements UPDATE
TO '1.1'
"
to
load
this
file
.
\
quit
/* First we have to remove them from the extension */
ALTER
EXTENSION
pg_stat_statements
DROP
VIEW
pg_stat_statements
;
...
...
contrib/pg_trgm/pg_trgm--1.0--1.1.sql
View file @
6f9e39bc
/* contrib/pg_trgm/pg_trgm--1.0--1.1.sql */
-- complain if script is sourced in psql, rather than via
CREATE
EXTENSION
-- complain if script is sourced in psql, rather than via
ALTER
EXTENSION
\
echo
Use
"ALTER EXTENSION pg_trgm UPDATE TO '1.1'"
to
load
this
file
.
\
quit
ALTER
OPERATOR
FAMILY
gist_trgm_ops
USING
gist
ADD
...
...
contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql
View file @
6f9e39bc
/* contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql */
-- complain if script is sourced in psql, rather than via
CREATE
EXTENSION
\
echo
Use
"
CREATE EXTENSION pgrowlocks
"
to
load
this
file
.
\
quit
-- complain if script is sourced in psql, rather than via
ALTER
EXTENSION
\
echo
Use
"
ALTER EXTENSION pgrowlocks UPDATE TO '1.1'
"
to
load
this
file
.
\
quit
ALTER
EXTENSION
pgrowlocks
DROP
FUNCTION
pgrowlocks
(
text
);
DROP
FUNCTION
pgrowlocks
(
text
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment