A. Cropi wrote:
my objectives: (1) allow users to make query through the web (i guess
i will do this via PHP interacting with the postgresql)
my questions are: (1) is it reasonable to put the bookcontent into the
CONTENT column? (2) the content of the book can be very long (some of
them have nearly
hi everyone,
i have several hundred books that were typed using unicode and would
liek to put them into a database so that i can perform searches on
them. how does one design a database for this?
i was planning to make a table with these columns: ID, Title, Authors,
Publishers, Content
the Cont