diff options
Diffstat (limited to 'httemplate/docs/postgresql.html')
-rwxr-xr-x | httemplate/docs/postgresql.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/httemplate/docs/postgresql.html b/httemplate/docs/postgresql.html new file mode 100755 index 000000000..1356739d6 --- /dev/null +++ b/httemplate/docs/postgresql.html @@ -0,0 +1,17 @@ +<head> + <title>PostgreSQL notes</title> +</head> +<body> + <h1>PostgreSQL notes</h1> +<p> +PostgreSQL ships by default with a maximum of 31 character column names. If +you use arbitrary RADIUS attributes longer than 9 characters, fs-setup will +fail with `duplicate column' errors (in the part_svc table). +Solution: use a different database +engine, or recompile PostgreSQL with 64 character column names. +</p> +Future versions of Freeside will keep all column names under 31 characters to +avoid this problem. +</p> +</body> + |