psql prompt field separator -
03-13-2009
, 04:25 AM
Dear Friend :
I want to change the field separator psql prompt .
How can I do that ?
For Example I Change the field saparator is '?'
Normally we will give
psql=> select name from table_name
But I want to give like that
psql=> select?name?from?table_name |