[pgadmin-support] How to insert data to a table with datarange data type?

2013-03-09 Thread Csanyi Pal
Hi, I just installed postgresql 9.2 and PgAdmin3 version 1.16.1 on my Debian Wheezy system. I have a database and in it a table with one column 'date' that is daterange type. When I want to add the first date into that table I get error message: An error has occurred: ERROR: array value must s

[pgadmin-support] How to enter daterange into a raw?

2013-07-31 Thread Csanyi Pal
Hi, I have installed PostgreSQL 9.2 on my desktop machine, and pgAdmin III version: 1.16.1. I'm being creating a new database with daterange type. When I'm trying to enter in the 'Edit Data - PostgreSQL' window in the first raw a range of data: '2013-09-01, 2013-11-01' without quotes, I get err

Re: [pgadmin-support] How to enter daterange into a raw? - SOLVED

2013-08-01 Thread Csanyi Pal
On Wed, Jul 31,Hi David, 2013 at 02:36:23PM -0700, David Johnston wrote: > Csanyi Pal wrote > > Hi, > > > > I have installed PostgreSQL 9.2 on my desktop machine, and > > pgAdmin III version: 1.16.1. > > > > I'm being creating a new database with