Hi,
I want to create database in postgreSQL but I get the following error:
relation "sql_features" does not exist.
As I look for solving this problem I find out that I should
add information_schema to the shema search path.
but I don't kow how!
Elnaz