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
8df9994b
Commit
8df9994b
authored
Apr 03, 2017
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespace
parent
1116108c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/test/regress/expected/plpgsql.out
src/test/regress/expected/plpgsql.out
+1
-1
src/test/regress/sql/plpgsql.sql
src/test/regress/sql/plpgsql.sql
+1
-1
No files found.
src/test/regress/expected/plpgsql.out
View file @
8df9994b
...
...
@@ -5961,7 +5961,7 @@ UPDATE alter_table_under_transition_tables
SET name = (name::text || name::text)::integer;
WARNING: old table = 1=11,2=22,3=33, new table = 1=1111,2=2222,3=3333
NOTICE: one = 1
-- now drop column 'name'
-- now drop column 'name'
ALTER TABLE alter_table_under_transition_tables
DROP column name;
UPDATE alter_table_under_transition_tables
...
...
src/test/regress/sql/plpgsql.sql
View file @
8df9994b
...
...
@@ -4753,7 +4753,7 @@ ALTER TABLE alter_table_under_transition_tables
UPDATE
alter_table_under_transition_tables
SET
name
=
(
name
::
text
||
name
::
text
)::
integer
;
-- now drop column 'name'
-- now drop column 'name'
ALTER
TABLE
alter_table_under_transition_tables
DROP
column
name
;
UPDATE
alter_table_under_transition_tables
...
...
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