> Witch is the system view from where i can get columns for all > tables and views ?> Just like when pgsql> \d view
pg_class is the *system table* from which you can get the columns of all tables and views.
regards,bhuvaneswaran