From 51984ac3d3da3006809c6866fdecd4ad83610731 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Jul 2001 07:36:04 +0000 Subject: templates!!! --- httemplate/docs/postgresql.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 httemplate/docs/postgresql.html (limited to 'httemplate/docs/postgresql.html') diff --git a/httemplate/docs/postgresql.html b/httemplate/docs/postgresql.html new file mode 100755 index 000000000..151081176 --- /dev/null +++ b/httemplate/docs/postgresql.html @@ -0,0 +1,23 @@ + + PostgreSQL notes + + +

PostgreSQL notes

+

+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. +

+Future versions of Freeside will keep all column names under 31 characters to +avoid this problem. +

+

+( I've personally been unable to get PostgreSQL working with larger column names, +though the process does look like it should be straightforward. If anyone is +interested in assisting me with this, please get in touch. + -Ivan <ivan@sisd.com> ) +

+ + -- cgit v1.2.1