Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
7fc24bed
Commit
7fc24bed
authored
13 years ago
by
Jean-Louis ERCOLANI
Browse files
Options
Downloads
Patches
Plain Diff
uncomment plsql language loading
parent
4adba7c7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/structure.sql
+2
-2
2 additions, 2 deletions
core/trunk/structure.sql
with
2 additions
and
2 deletions
core/trunk/structure.sql
+
2
−
2
View file @
7fc24bed
...
...
@@ -9,8 +9,8 @@ SET check_function_bodies = false;
SET
client_min_messages
=
warning
;
SET
escape_string_warning
=
off
;
--
DROP PROCEDURAL LANGUAGE IF EXISTS plpgsql CASCADE;
--
CREATE PROCEDURAL LANGUAGE plpgsql;
DROP
PROCEDURAL
LANGUAGE
IF
EXISTS
plpgsql
CASCADE
;
CREATE
PROCEDURAL
LANGUAGE
plpgsql
;
SET
search_path
=
public
,
pg_catalog
;
SET
default_tablespace
=
''
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment