diff options
author | ivan <ivan> | 2001-09-06 21:43:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-06 21:43:19 +0000 |
commit | 34e22e18b050b9a507433d24eb7a896ce2182afd (patch) | |
tree | 7a59c0e90c3b225064ad26ace67dc4d2db7b1d31 /httemplate/docs/postgresql.html | |
parent | e9c47f5904df328e0ac6e8ab993927d9aab3867c (diff) |
no more pg RADIUS silliness
Diffstat (limited to 'httemplate/docs/postgresql.html')
-rwxr-xr-x | httemplate/docs/postgresql.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/httemplate/docs/postgresql.html b/httemplate/docs/postgresql.html deleted file mode 100755 index 1356739d6..000000000 --- a/httemplate/docs/postgresql.html +++ /dev/null @@ -1,17 +0,0 @@ -<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> - |