[GENERAL] Loading text files into a text attribute

2004-04-01 Thread BARTKO, Zoltan
Hello folks, I have the following problem: I have a bunch of text files, I want to load them into a table where each file will be stored in one row. Question 1: Is there any way how to do this in psql? AFAIK the \copy command interprets \n as a new line and so I can't get it done what I want. S

[GENERAL] Documentation tool

2004-04-17 Thread BARTKO, Zoltan
hello folks,   is there any documentation tool available for pgsql scripts? I mean something a la Doxygen et al.   Thanks   Zoltan

[GENERAL] custom error messages/numbers

2004-05-27 Thread BARTKO Zoltan
Folks,   I am developing an app for PostgreSQL, entirely with stored functions (somewhat resembling the object-oriented approach. In fact it is not an app, just an API). All my functions return an integer value - 0 if the function was successful, another value otherwise.   Until now, all para

[GENERAL] Securing a db app - RFC

2004-06-01 Thread BARTKO Zoltan
Hello folks,   First a question and then the rest:   Does the PostgreSQL log contain the stored function calls with all parameters? Or is this something that could be set?   I would appreciate anyone wiser than me to comment on the following:   I am making an app for PostgreSQL (the server). T

Re: [GENERAL] embedded postgresql + C++ IDE

2003-11-14 Thread BARTKO, Zoltan
Have you ever tried KDevelop (www.kdevelop.org)? it is part of KDE (www.kde.org), the newest version is going to be realesed very soon, but KDE 3.2 beta 1 was released already, get the tarballs from the above mentionned address. I like it a lot, but you should check it out, if it suits your needs.