I don\'t know much about NoSQL database, but with some research, I think it can improve and solve the problems I\'m having.
Could some please suggest the best way to implement this: Essentially what I want to have is a virtual-table in PostgreSQL that when queried, it looks up the data from some other table (call this the
I have the following work flow which I\'d like to automate with short PHP script. Download gzfile (with db dump) from specific URL (potentially FTP).
I have Work and Person tables (these are just examples to understand problem). Structure Work table id INTEGER
I have a view, and I have a function that returns records from this view. Here is the view definition:
I try to implement slope one algorithm. I have system online consultation and expert can consult user. Expert is user with type=2. And I need to make functionality \"who consulted with this expert als
I have an enum in postgresql defined like so: create type color as enum (\'yellow\', \'purple\', \'white\', \'black\');
This program is about auto complete. When I type something to the textfield, a list of suggestions will appear.
I have a very annoying problem with Glassfish and PostgreSQL. I have an EAR which contains a WAR and several other EJBs. I am using PostgreSQL. The annoying thing is that sometimes (this sometimes is
I have a scenario where N clients connect to a central server (PostGres based). All of the N clients can get offline, and store everything in sqlite database. Is a service like fresh books, to make in