We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262a7bc commit 12e4660Copy full SHA for 12e4660
doc/src/FAQ/FAQ_DEV.html
@@ -13,7 +13,7 @@
13
<H1>Developer's Frequently Asked Questions (FAQ) for
14
PostgreSQL</H1>
15
16
- <P>Last updated: Fri Aug 11 15:34:12 EDT 2006</P>
+ <P>Last updated: Fri Aug 11 15:15:40 EDT 2006</P>
17
18
<P>Current maintainer: Bruce Momjian (<A href=
19
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -374,14 +374,7 @@ <H3 id="item1.9">1.9) What tools are available for
374
375
or
376
377
-(add-hook 'c-mode-hook
378
- (function
379
- (lambda nil
380
- (if (string-match "pgsql" buffer-file-name)
381
- (progn
382
- (c-set-style "bsd")
383
- (setq c-basic-offset 4)
384
- (setq tab-width (c-add-style "pgsql"
+ (c-add-style "pgsql"
385
'("bsd"
386
(indent-tabs-mode . t)
387
(c-basic-offset . 4)
0 commit comments