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

Commit ad322de

Browse files
committed
Update developers faq.
1 parent 350cb38 commit ad322de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/FAQ_DEV

Lines changed: 8 additions & 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 Dec 21 12:30:20 EST 1999
4+
Last updated: Fri Dec 24 11:43:42 EST 1999
55

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

@@ -100,6 +100,13 @@ s
100100
(c-set-style "bsd")
101101
(c-set-offset 'case-label '+)
102102
)
103+
104+
and add this to your autoload list (modify file path in macro):
105+
106+
(setq auto-mode-alist
107+
(cons '("\\`/usr/local/src/pgsql/.*\\.[chyl]\\'" . pgsql-
108+
c-mode)
109+
auto-mode-alist))
103110
or
104111
/*
105112
* Local variables:

0 commit comments

Comments
 (0)