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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -