File: 02-psql-doc-fixes

package info (click to toggle)
phpwiki 1.3.12p3-5etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 16,956 kB
  • ctags: 21,608
  • sloc: php: 82,335; xml: 3,840; sh: 1,522; sql: 1,198; perl: 625; makefile: 562; awk: 28
file content (19 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## psql-doc-fixes by  <debian@mattb.net.nz>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix documentation on how to create postgres databases

@DPATCH@

--- phpwiki-1.3.12p3.orig/doc/INSTALL.pgsql
+++ phpwiki-1.3.12p3/doc/INSTALL.pgsql
@@ -70,7 +70,7 @@
 
 Next you need to create a new database, like "phpwiki".
 
-  bash$ createdb phpwiki
+  bash$ createdb -E LATIN-1 phpwiki
 
 Now run the script schemas/psql-initialize.sql to create the tables: