lithium\data\source\database\adapter\PostgreSql::$_metas

protected property

Column/table metas By default 'escape' is false and 'join' is ' '

Source

	protected $_metas = array(
		'table' => array(
			'tablespace' => array('keyword' => 'TABLESPACE')
		)
	);