I had to change the file
postgresql.conf (section FILE LOCATIONS ->
data_directory)because I need to point to another location.
But when I reboot the system, it indicates fail (red color) on the startup of
postgresql service.
But then, it accept conections normaly and work
fine with the data
A few days ago, someone in this
list gives me a function (plpgsql) that evaluates if a string is a
valid date or not.
It returns 1 or 0 (valid/Not Valid)
The problem is that if the argument is a NULL field
the function returns 1.
I don't have experience with plpgsql language.
This is the
Does someone had used PostgreSQL with
Joomla.?
It's posible?
I need to select a group of records in one table,
and then copy this group to similar table in another database and another
server.
How can I do this?
It's posible to obtain querys that
user had sent in some date?
because there are records that had been deleted
strangely. And I'd like to obtain an historial of sent query's from
the users.
I'm using Linux server with postgres 8.0.2 and windows clients with VB
aplications that using pgOleDB.dll and Libpq.dll.
The problem is:
Some user updates a record (with Text type field) with '?' character in this
field
Then, when someone select this record the '?' characters appears like '$1'
How can I specify the "Encoding" in the connectionString using pgOleDB with
Visual Basic.?