Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc44ed0f

Browse files
committed
Update FAQ.
1 parentda06bc1 commitc44ed0f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎doc/FAQ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,9 @@
406406
For web integration, PHP is an excellent interface. It is at
407407
http://www.php.net
408408

409-
For complex cases, many use theperl interface and CGI.pm.
409+
For complex cases, many use thePerl interface and CGI.pm.
410410

411-
A WWW gateway based on WDB usingperl can be downloaded from
411+
A WWW gateway based on WDB usingPerl can be downloaded from
412412
http://www.eol.ists.ca/~dunlop/wdb-p95
413413

414414
2.3) Does PostgreSQL have a graphical user interface? A report generator?
@@ -866,7 +866,7 @@ BYTEA bytea variable-length array of bytes
866866

867867
Finally, you could use the OID returned from the INSERT statement to
868868
lookup the default value, though this is probably the least portable
869-
approach. Inperl, using DBI with Edmund Mergl's DBD::Pg module, the
869+
approach. InPerl, using DBI with Edmund Mergl's DBD::Pg module, the
870870
oid value is made available via $sth->{pg_oid_status} after
871871
$sth->execute().
872872

‎doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@ <H4><A NAME="2.2">2.2</A>) What tools are available for hooking
522522
For web integration, PHP is an excellent interface. It is at
523523
<AHREF="http://www.php.net">http://www.php.net</A><P>
524524

525-
For complex cases, many use theperl interface and CGI.pm.<P>
525+
For complex cases, many use thePerl interface and CGI.pm.<P>
526526

527-
A WWW gateway based on WDB usingperl can be downloaded from<A
527+
A WWW gateway based on WDB usingPerl can be downloaded from<A
528528
HREF="http://www.eol.ists.ca/~dunlop/wdb-p95">http://www.eol.ists.ca/~dunlop/wdb-p95</A>
529529

530530
<H4><ANAME="2.3">2.3</A>) Does PostgreSQL have a graphical user interface?
@@ -1052,7 +1052,7 @@ <H4><A NAME="4.16.2">4.16.2</A>) How do I get the value of a
10521052
</PRE>
10531053
Finally, you could use the<AHREF="#4.17"><small>OID</small></A> returned from the
10541054
INSERT statement to lookup the default value, though this is probably
1055-
the least portable approach. Inperl, using DBI with Edmund Mergl's
1055+
the least portable approach. InPerl, using DBI with Edmund Mergl's
10561056
DBD::Pg module, the oid value is made available via
10571057
<I>$sth-&gt;{pg_oid_status} after $sth-&gt;execute().</I>
10581058

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp