mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Update FAQ.
This commit is contained in:
6
doc/FAQ
6
doc/FAQ
@ -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 perl interface and CGI.pm.
|
For complex cases, many use the Perl interface and CGI.pm.
|
||||||
|
|
||||||
A WWW gateway based on WDB using perl can be downloaded from
|
A WWW gateway based on WDB using Perl 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
|
|||||||
|
|
||||||
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 perl, using DBI with Edmund Mergl's DBD::Pg module, the
|
approach. In Perl, 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().
|
||||||
|
|
||||||
|
@ -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 perl interface and CGI.pm.<P>
|
For complex cases, many use the Perl interface and CGI.pm.<P>
|
||||||
|
|
||||||
A WWW gateway based on WDB using perl can be downloaded from <A
|
A WWW gateway based on WDB using Perl 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
|
|||||||
</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 perl, using DBI with Edmund Mergl's
|
the least portable approach. In Perl, 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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user