summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-14 21:57:49 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-14 21:57:49 +0000
commit46fee741b5769d755a9441fdb75d1b45f62ab186 (patch)
treef016637f360e9fa2ae921809e56e7dec6cfc608e /database/database.pgsql
parentad74b700c49b3c6ad46a2c1a3c6fed2528fea6cf (diff)
downloadbrdo-46fee741b5769d755a9441fdb75d1b45f62ab186.tar.gz
brdo-46fee741b5769d755a9441fdb75d1b45f62ab186.tar.bz2
- Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices properly.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index eed12dba0..2c7e45b9c 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -580,7 +580,7 @@ CREATE TABLE search_dataset (
type varchar(16) default NULL,
data text NOT NULL default ''
);
-CREATE INDEX search_dataset_sid_type_idx on search_dataset(sid, type);
+CREATE INDEX search_dataset_sid_type_idx ON search_dataset(sid, type);
--
-- Table structure for search_index