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

protected property

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

Source

	protected $_metas = [
		'table' => [
			'tablespace' => ['keyword' => 'TABLESPACE']
		]
	];