Re: [GENERAL] Let's Do the CoC Right

2016-01-21 Thread Brar Piening
Am 22.01.2016 um 08:00 schrieb Rajeev Bhatta: I did not read the remainder of the email as classifying someone by anything is inappropriate. Wow! #3 of current CoC "When interpreting the words and actions of others, participants should always assume good intentions." I can see those

Re: [GENERAL] How do I implement a .XSD in Postgres?

2016-01-02 Thread Brar Piening
ERR ORR schrieb: Hi everybody, I need to import some DB schemas which are defined in .XSD (a XML derivative) format. I've googled about this but have found no satisfactory answer. Perhaps I just don't know what exactly to ask Google. Perhaps you are talking about the xsd definition of

Re: [GENERAL] Postgres won't start

2013-08-08 Thread Brar Piening
On 9 August 2013 01:02, Oliver Elphick wrote: Since I have maximum logging enabled, I don't think it is getting as far as reading the configuration files - that is not mentioned in the log. I regularly run into problems when some editor adds a UTF-8 BOM to pg_hba.conf or

Re: [GENERAL] PostgreSql support for Windows 8

2012-09-14 Thread Brar Piening
There should be no Problems runnig PostgreSQL on Windows 8 - it's still Windows. (I've tested 8.3.20 and yesterdays git head) Regards, Brar K, Baraneetharan wrote: Hi there, Could you please let me know PostgreSql supports Windows 8 /Windows 2012? If so pls provide the version from which

Re: [GENERAL] Create stored procedure from C#.net

2012-07-16 Thread Brar Piening
postgresuser wrote: I am using PostgreSql 8.3 version. I want to create stored procedure from C#.net. Is it possible? Any idea. You probably don't mean something like: using Npgsql; ... using (NpgsqlConnection connection = new NpgsqlConnection(Server=127.0.0.1;Database=postgres;Integrated

Re: [GENERAL] could not accept SSPI security context

2012-01-20 Thread Brar Piening
G_Hosa_Phat wrote: I've been trying to develop a new application in VB.NET (VS2008) against a PostgreSQL 9.1.1 database server running on Windows Server 2008 using SSPI authentication, and I'm running into this same error. I've tried both specifying the username and not specifying it in my

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Brar Piening
John R Pierce wrote: how to install *what* DLL's ? This is probably part of the problem - if some files are gone it's sometimes hard to find out which ones ;-) So let's see for my 64-bit installation... PS C:\Users\Brar C:\Program Files\PostgreSQL\9.0\bin\pg_config.exe | where { $_

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Brar Piening
Kalai R wrote: Windows has been restoring a checkpoint with those dll's not installed. I don't know how to inatall dll. Please help me to install those dll's in windows. Personally I wouldn't bother reinstalling single dll files (how do you know that there are no other files that you will miss

Re: [GENERAL] Problem with the 9.1 one-click installer Windows7 64bit

2011-09-14 Thread Brar Piening
Thomas Kellerer wrote: So I killed the iacls.exe and the script proceeded, just to hang at the next call to icacls.exe when it tried to set the privileges on the directory for the postgres user despite the fact that that user already was the owner and had full control over it. So I killed

Re: [GENERAL] compile postgres with visual studio 2010

2011-07-21 Thread Brar Piening
Original Message Subject: Re: [GENERAL] compile postgres with visual studio 2010 From: Sofer, Yuval yuval_so...@bmc.com To: Craig Ringer cr...@postnewspapers.com.au Date: 21.07.2011 08:56 Hi Ok - but how do I install the patch in the link? I pressed the latest patch link Tom

Re: [GENERAL] declare variable in postgresql

2011-06-24 Thread Brar Piening
On Fri, 24 Jun 2011 10:16:52 -0500, Merlin Moncure mmonc...@gmail.com wrote: http://www.postgresql.org/docs/9.0/static/plpgsql.html http://www.postgresql.org/docs/9.0/static/plpgsql-declarations.html#PLPGSQL-DECLARATION-PARAMETERS Plus http://www.postgresql.org/docs/current/static/sql-do.html

Re: [GENERAL] could not accept SSPI security context

2011-02-19 Thread Brar Piening
On Thu, 17 Feb 2011 07:58:46 -0800 (PST), Ahmed ahmed.shinw...@gmail.com wrote: I tried changing that one line to use UTF-8 encoder, but the password packet didn't get fixed. It works smoothly if kept in byte array instead of string. Yes, as SSPI uses binary bytes we have to avoid to convert

Re: [GENERAL] could not accept SSPI security context

2010-12-22 Thread Brar Piening
Original Message Subject: Re: [GENERAL] could not accept SSPI security context From: Reto Schöning reto.schoen...@gmail.com To: Brar Piening b...@gmx.de Date: 22.12.2010 17:08 The security database on the server does not have a computer account for this workstation trust

Re: [GENERAL] could not accept SSPI security context

2010-12-03 Thread Brar Piening
to that though. Regards, Reto 2010/11/29 Brar Piening b...@gmx.de mailto:b...@gmx.de On Mon, 29 Nov 2010 15:27:35 +0100, Reto Schöning reto.schoen...@gmail.com mailto:reto.schoen...@gmail.com wrote: I just heard back from our IT. There's nothing in the logs for this connection

Re: [GENERAL] could not accept SSPI security context

2010-11-29 Thread Brar Piening
On Mon, 29 Nov 2010 15:27:35 +0100, Reto Schöning reto.schoen...@gmail.com wrote: I just heard back from our IT. There's nothing in the logs for this connection attempt, but they noted in the Npgsql log that the authentication was attempted using NTLM. However our domain controller no longer

Re: [GENERAL] could not accept SSPI security context

2010-11-23 Thread Brar Piening
On Mon, 22 Nov 2010 13:43:14 +0100, Magnus Hagander mag...@hagander.net wrote: Hmm. That's a simple SEC_E_LOGON_DENIED. Simply meaning usedname/password is incorrect. The security eventlog on the server (or domain controller) might have more information around it. If not, I'm not sure what's

Re: [GENERAL] LOG: unexpected EOF on client connection

2010-10-11 Thread Brar Piening
On Fri, 8 Oct 2010 09:57:31 -0400, akp geek akpg...@gmail.com wrote: LOG: unexpected EOF on client connection Npgsql is a very potent EOF-Generator if the client app doesn't properly close (or dispose explicitly) connections. see

Re: [GENERAL] Postgres 32bit on Windows 64bit, related components

2010-09-08 Thread Brar Piening
versions. http://lists.pgfoundry.org/pipermail/npgsql-devel/2010-January/001062.html Regards Brar Piening

Re: [GENERAL] PostgreSQL on a CompactFlash

2008-02-01 Thread Brar Piening
Hi Andre, As you know a cf card has not an unlimited amount of accesses… Do we really know? Or are we just repeating the same story we were told once? I know that technically speaking you are right but the media have smart contollers to avoid problems with this fact. I remember reading in a

Re: [GENERAL] Visual Studio 2005 .Net - Npgsql - Postgresql

2005-05-27 Thread Brar Piening
See: http://gborg.postgresql.org/pipermail/npgsql-general/2005-May/001374.html Philippe Lang schrieb: Hi, I'v been playing with Visual Studio 2005 beta 2 recently. I'm evaluating it as a RAD tool for developing GUI front-ends to Postgresql. RAD means for me something similar to Delphi: you