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
97a4dad3
Commit
97a4dad3
authored
Apr 23, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update H4 tag to H3 to be consistent with heading levels.
parent
9f1e864d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
201 additions
and
203 deletions
+201
-203
doc/FAQ
doc/FAQ
+110
-112
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+91
-91
No files found.
doc/FAQ
View file @
97a4dad3
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sat Apr 23 14:5
6:4
1 EDT 2005
Last updated: Sat Apr 23 14:5
9:0
1 EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -703,8 +703,7 @@
From psql, type SELECT version();
4.15) Why does my large-object operations get "invalid large obj
descriptor"?
4.15) Why does my large-object operations get "invalid large obj descriptor"?
You need to put BEGIN WORK and COMMIT around any use of a large object
handle, that is, surrounding lo_open ... lo_close.
...
...
@@ -785,8 +784,8 @@
Extending PostgreSQL
5.1) I wrote a user-defined function. When I run it in psql, why does it
dump
core?
5.1) I wrote a user-defined function. When I run it in psql, why does it dump
core?
The problem could be a number of things. Try testing your user-defined
function in a stand-alone test program first.
...
...
@@ -804,8 +803,7 @@
table-returning function defined in C can be found in
contrib/tablefunc.
5.4) I have changed a source file. Why does the recompile not see the
change?
5.4) I have changed a source file. Why does the recompile not see the change?
The Makefiles do not have the proper dependencies for include files.
You have to do a make clean and then another make. If you are using
...
...
doc/src/FAQ/FAQ.html
View file @
97a4dad3
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