[GENERAL] postgresql embedded mode

2016-05-23 Thread aluka raju
Hello, As given in the FAQ's that postgresql cannot be embedded https://wiki.postgresql.org/wiki/FAQ#Can_PostgreSQL_be_embedded.3F . Is their any possibility to make it embedded. Till now postgresql has not done this embedded mode and i want to work on how it can be embedded and contribute. pleas

[GENERAL] Postgresql-fdw

2016-05-22 Thread aluka raju
I have data storage in flat files (structured and unstructured) . I want to run sql queries on that , so i am looking in to postgresql how to use fdw on the data that i have. I want to prepare an api for running sql queries for the data in files,so i am trying to have separate postgresql engine and

[GENERAL] Postgresql-MongoDb foreigndata wrapper

2016-05-22 Thread aluka raju
Hello, I want use my data source as mongodb and connect through postgresql fdw. Is their any restrictions that the data present in mongodb to be structured or unstructured data? Thanks aluka Sent with MailTrack

[GENERAL] PostgreSql Doubt

2016-05-21 Thread aluka raju
Hello, I have a data source for example in file format(xml,csv ..etc) , i want to use postgresql engine to query select,update,insert using foreign data wrappers(fdw). question1 --- > is it possible to prepare our own fdw ?. question2 -> is it possible to seperate postgresql engine and use it

[GENERAL] PostgreSql Doubts

2016-05-20 Thread aluka raju
Hello , 1) We are building an application where it needs a SQL engine to process the data. We are evaluating whether to use postgreSQL along with the foreign data wrappers. Can you please help us in letting know if postgreSQL can be used in embedded mode. 2) We want to have SQLEngine component al