i did get it working
[freeside.git] / httemplate / docs / postgresql.html
1 <head>
2   <title>PostgreSQL notes</title>
3 </head>
4 <body>
5   <h1>PostgreSQL notes</h1>
6 <p>
7 PostgreSQL ships by default with a maximum of 31 character column names.  If
8 you use arbitrary RADIUS attributes longer than 9 characters, fs-setup will
9 fail with `duplicate column' errors (in the part_svc table).
10 Solution: use a different database
11 engine, or recompile PostgreSQL with 64 character column names.
12 </p>
13 Future versions of Freeside will keep all column names under 31 characters to
14 avoid this problem.
15 </p>
16 </body>
17