Why if I say \d tablename; on tables in my database, does it work for certain tables but on others it gives the following error :
ERROR: Function pg_catalog.pg_get_indexdef(oid, integer, boolean) does not exist
Unable to identify a function that satisfies the given argument types
You may need to add explicit typecasts
Thanks
ERROR: Function pg_catalog.pg_get_indexdef(oid, integer, boolean) does not exist
Unable to identify a function that satisfies the given argument types
You may need to add explicit typecasts
Thanks