Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
c44ed0fb
Commit
c44ed0fb
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ.
parent
da06bc1d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+3
-3
3 additions, 3 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+3
-3
3 additions, 3 deletions
doc/src/FAQ/FAQ.html
with
6 additions
and
6 deletions
doc/FAQ
+
3
−
3
View file @
c44ed0fb
...
@@ -406,9 +406,9 @@
...
@@ -406,9 +406,9 @@
For web integration, PHP is an excellent interface. It is at
For web integration, PHP is an excellent interface. It is at
http://www.php.net
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
http://www.eol.ists.ca/~dunlop/wdb-p95
2.3) Does PostgreSQL have a graphical user interface? A report generator?
2.3) Does PostgreSQL have a graphical user interface? A report generator?
...
@@ -866,7 +866,7 @@ BYTEA bytea variable-length array of bytes
...
@@ -866,7 +866,7 @@ BYTEA bytea variable-length array of bytes
Finally, you could use the OID returned from the INSERT statement to
Finally, you could use the OID returned from the INSERT statement to
lookup the default value, though this is probably the least portable
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
oid value is made available via $sth->{pg_oid_status} after
$sth->execute().
$sth->execute().
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
3
−
3
View file @
c44ed0fb
...
@@ -522,9 +522,9 @@ http://www.phone.net/home/mwm/hotlist/.</A><P>
...
@@ -522,9 +522,9 @@ http://www.phone.net/home/mwm/hotlist/.</A><P>
For web integration, PHP is an excellent interface. It is at
For web integration, PHP is an excellent interface. It is at
<A
HREF=
"http://www.php.net"
>
http://www.php.net
</A><P>
<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>
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?
<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
...
@@ -1052,7 +1052,7 @@ Alternatively, you could retrieve the just-assigned SERIAL value with the <I>cur
</PRE>
</PRE>
Finally, you could use the
<A
HREF=
"#4.17"
><small>
OID
</small></A>
returned from the
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
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
DBD::Pg module, the oid value is made available via
<I>
$sth-
>
{pg_oid_status} after $sth-
>
execute().
</I>
<I>
$sth-
>
{pg_oid_status} after $sth-
>
execute().
</I>
...
...
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