Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d2f568d

Browse files
committed
Fix markup italics problem.
1 parent 2a69a0e commit d2f568d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/FAQ_DEV

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue Nov 22 10:17:05 EST 2005
4+
Last updated: Tue Nov 22 10:17:51 EST 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Tue Nov 22 10:17:05 EST 2005</P>
16+
<P>Last updated: Tue Nov 22 10:17:51 EST 2005</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -984,7 +984,7 @@ <H3 id="item2.8">2.8) What debugging features are
984984
Use a debugger to attach to the <I>postgres</I> <SMALL>PID</SMALL>.
985985
You can set breakpoints in the debugger and issue queries from the
986986
other. If you are looking to find the location that is generating
987-
an error or log message, set a breakpoint at <I>errfinish</>.
987+
an error or log message, set a breakpoint at <I>errfinish</I>.
988988

989989
<I>psql</I>. If you are debugging <I>postgres</I> startup, you can
990990
set PGOPTIONS="-W n", then start <I>psql</I>. This will cause startup

0 commit comments

Comments
 (0)