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
hello folks,
is there any documentation tool available for pgsql scripts? I
mean something a la Doxygen et al.
Thanks
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
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
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.