Пример #1
0
		//http://www.postgresql.org/docs/8.2/interactive/sql-alterindex.html
		public override void AlterIndex (IndexAlterSchema index)
		{
			throw new NotImplementedException ();
 public override void AlterIndex(IndexAlterSchema index)
 {
     throw new NotImplementedException();
 }
		public virtual void AlterIndex (IndexAlterSchema index)
		{
			throw new NotImplementedException ();
		}