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
d036a699
Commit
d036a699
authored
Feb 23, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remind people of view permissions, and install libpq README.
parent
f0e7e2fa
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
451 additions
and
0 deletions
+451
-0
migration/6.2.1_to_6.3
migration/6.2.1_to_6.3
+5
-0
src/backend/libpq/README
src/backend/libpq/README
+446
-0
No files found.
migration/6.2.1_to_6.3
View file @
d036a699
This migration requires a complete dump of the 6.2 or 6.2.1 database and a
This migration requires a complete dump of the 6.2 or 6.2.1 database and a
restore of the database in 6.3.
restore of the database in 6.3.
In addition, 6.3 has separate permissions for views, rather than relying
on the permissions set on the underlying tables. For this reason, you will
have to set permissions on your views if you want anything but the default
permissions.
Those migrating from earlier 1.* releases should first upgrade to 1.09
Those migrating from earlier 1.* releases should first upgrade to 1.09
because the COPY output format was improved from the 1.02 release.
because the COPY output format was improved from the 1.02 release.
src/backend/libpq/README
0 → 100644
View file @
d036a699
This diff is collapsed.
Click to expand it.
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