summaryrefslogtreecommitdiff
path: root/htdocs/docs/postgresql.html
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2001-04-23 12:44:07 +0000
committercvs2git <cvs2git>2001-04-23 12:44:07 +0000
commitb05ab53315716b57305cbe6b2f5032eed314049c (patch)
tree3cc3737d6b3b47896d3f364cdf85d39651b78c09 /htdocs/docs/postgresql.html
parentfd337973c05b8cd15ecc8c4c9b913c7261e17ed6 (diff)
parent80ba0c074354875c288c143721af08a0a5d02e42 (diff)
This commit was manufactured by cvs2svn to create branchfreeside_1_3_0_pci_mods
'freeside_1_3_0_pci_mods'.
Diffstat (limited to 'htdocs/docs/postgresql.html')
-rwxr-xr-xhtdocs/docs/postgresql.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/htdocs/docs/postgresql.html b/htdocs/docs/postgresql.html
deleted file mode 100755
index 151081176..000000000
--- a/htdocs/docs/postgresql.html
+++ /dev/null
@@ -1,23 +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>
-<p>
-( 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 <a href="mailto:ivan@sisd.com">&lt;ivan@sisd.com</a>&gt; )
-</p>
-</body>
-