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
c44ed0fb
Commit
c44ed0fb
authored
Sep 08, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
da06bc1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/FAQ
doc/FAQ
+3
-3
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+3
-3
No files found.
doc/FAQ
View file @
c44ed0fb
...
...
@@ -406,9 +406,9 @@
For web integration, PHP is an excellent interface. It is at
http://www.php.net
For complex cases, many use the
p
erl interface and CGI.pm.
For complex cases, many use the
P
erl interface and CGI.pm.
A WWW gateway based on WDB using
p
erl can be downloaded from
A WWW gateway based on WDB using
P
erl can be downloaded from
http://www.eol.ists.ca/~dunlop/wdb-p95
2.3) Does PostgreSQL have a graphical user interface? A report generator?
...
...
@@ -866,7 +866,7 @@ BYTEA bytea variable-length array of bytes
Finally, you could use the OID returned from the INSERT statement to
lookup the default value, though this is probably the least portable
approach. In
p
erl, using DBI with Edmund Mergl's DBD::Pg module, the
approach. In
P
erl, using DBI with Edmund Mergl's DBD::Pg module, the
oid value is made available via $sth->{pg_oid_status} after
$sth->execute().
...
...
doc/src/FAQ/FAQ.html
View file @
c44ed0fb
...
...
@@ -522,9 +522,9 @@ http://www.phone.net/home/mwm/hotlist/.</A><P>
For web integration, PHP is an excellent interface. It is at
<A
HREF=
"http://www.php.net"
>
http://www.php.net
</A><P>
For complex cases, many use the
p
erl interface and CGI.pm.
<P>
For complex cases, many use the
P
erl interface and CGI.pm.
<P>
A WWW gateway based on WDB using
p
erl can be downloaded from
<A
A WWW gateway based on WDB using
P
erl can be downloaded from
<A
HREF=
"http://www.eol.ists.ca/~dunlop/wdb-p95"
>
http://www.eol.ists.ca/~dunlop/wdb-p95
</A>
<H4><A
NAME=
"2.3"
>
2.3
</A>
) Does PostgreSQL have a graphical user interface?
...
...
@@ -1052,7 +1052,7 @@ Alternatively, you could retrieve the just-assigned SERIAL value with the <I>cur
</PRE>
Finally, you could use the
<A
HREF=
"#4.17"
><small>
OID
</small></A>
returned from the
INSERT statement to lookup the default value, though this is probably
the least portable approach. In
p
erl, using DBI with Edmund Mergl's
the least portable approach. In
P
erl, using DBI with Edmund Mergl's
DBD::Pg module, the oid value is made available via
<I>
$sth-
>
{pg_oid_status} after $sth-
>
execute().
</I>
...
...
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