On 09/09/2013 05:55 AM, fumihisa.suz...@justsystems.com wrote:
> Hello,
>
> initdb fails as follows:
>
> initdb.exe -A md5 -D "C:\Program Files\...\postgresql\data" -E UTF-8 --
> locale C -U postgres --pwfile="C:\Program Files\...\postgresql\pwfile.
> txt"
> The files belonging to this database s
On Fri, Apr 3, 2009 at 2:35 AM, Ricardo Fuentes wrote:
> Hello, i want to subscribe to this lists
>
Hi Ricardo,
Here is the link to subscribe.
http://www.postgresql.org/community/lists/
Regards,
Itishree
On Saturday 03 December 2005 03:10 pm, Andrew Toth saith:
> Hello to the list.
Howdy...
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do
On 8/3/05, Vahe Ghorghorian <[EMAIL PROTECTED]> wrote:
> Hello Sir,
>
> I am using PostGreSql ,I want an oledb provider for the postgre in order to
> connect through.net to a postgre Database, I installed the pgoledb.dll and I
> registered it and in the connection string I am using the
> "Provider
Vahe Ghorghorian wrote:
Hello Sir,
I am using PostGreSql ,I want an oledb provider for the postgre in order
to connect through.net to a postgre Database, I installed the
pgoledb.dll and I registered it and in the connection string I am using
the �Provider=PostgreSQL.1 . . . ,but the followi
Martijn van Oosterhout writes:
> Here's the function definition:
>> CREATE OR REPLACE FUNCTION "public"."sp_insert_users_new" (varchar, varch=
> ar,
>> varchar, varchar, smallint, date, smallint, smallint, varchar, varchar,
>> varchar, varchar, varchar, varchar, varchar) RETURNS integer AS
> As
On Fri, Feb 11, 2005 at 02:56:09PM -0600, Cristian Prieto wrote:
> Hello, I migrated a database from postgresql 7.4 to postgresql 8.0.1 in a
> Linux Fedora Core 3.
> The tables and objects in the database schema are working ok...
> I was just writing that function:
Here's the function definition: