Hi
I stored my data from VO space to mydb storage. However, each time I try to select the data from mydb:
print (qc.mydb_list('mydb://datao')),
I get the error:
relation "mydb://datao" not known
Also, each time I chaeck the mydb:
print(qc.mydb_list(),"\n")
It outputs all the data in mydb storage but I cannot select the data nor crossmatch with NOAO catalogues.
What do I do?