From a5f24411433aeb61ad015129354a664820affab0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Dec 2012 11:26:44 +0200 Subject: Add support for SQL name transformations --- odb/relational/pgsql/schema.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'odb/relational/pgsql/schema.cxx') diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx index 5574bdb..b0d4f50 100644 --- a/odb/relational/pgsql/schema.cxx +++ b/odb/relational/pgsql/schema.cxx @@ -170,18 +170,6 @@ namespace relational { create_index (base const& x): base (x) {} - virtual string - name (sema_rel::index& in) - { - // In PostgreSQL, index names are database-global. Make them unique - // by prefixing the index name with table name. Note, however, that - // they cannot be qualified with the schema name. - // - return quote_id ( - static_cast (in.scope ()).name ().uname () - + "_" + in.name ()); - } - virtual void create (sema_rel::index& in) { -- cgit v1.1