Tatsuo Ishii <t-ishii@sra.co.jp> writes: > Does anybody know how I can get error codes using psql? I know that I > could get error codes from server log or using libpq function. I just > could not figure out a way to display them in psql. "\set VERBOSITY verbose". Might be more than you want though... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match