How to off cross-databese query feature in postgresql? -


i try execute query:

insert "stash.proj.bin"  ("id","typeid","version","datebegin","dateend","description","changedby","isreadonly","_source") values  (123,123,123,now(),now(),'123','123',false,'123') 

and after executenonquery() c# error:

'error: 0a000: cross-database references not implemented: "stash.proj.bin"' 

i think table contains 2 dots , main factor. how around situation without renaming table?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -