Re: [ADMIN] Migration from Sybase to Postgresql

2013-07-03 Thread Dev Kumkar
On Wed, Jul 3, 2013 at 12:09 PM, etharani wrote: > Hi, > > I am also working on sybase to postgresql. Please guide me on the same. > send ur mail id. > Any tool is available for migration? > Are you looking for data migration or porting the existing schema's/procedures(at definition/sql level)?

Re: [ADMIN] ODBC constructs

2013-05-20 Thread Dev Kumkar
Also adding the pgsql-admin alias. Regards...

Re: [ADMIN] Migration from Sybase to Postgresql

2013-05-02 Thread Dev Kumkar
On Thu, May 2, 2013 at 8:12 PM, Dev Kumkar wrote: > Hello Everyone, > > A similar related topic is being discussed and tools are suggested for > Oracle DB to Postgresql migration. > > Here my objective is migration of Sybase DB to Postgresql. > > Again stored procedures

[ADMIN] Migration from Sybase to Postgresql

2013-05-02 Thread Dev Kumkar
Hello Everyone, A similar related topic is being discussed and tools are suggested for Oracle DB to Postgresql migration. Here my objective is migration of Sybase DB to Postgresql. Again stored procedures, triggers and functions will be manual approach. For schema part please provide suggestions

Re: [ADMIN] Facing authentication error on postgres 9.2 -> dblink functions

2013-02-06 Thread Dev Kumkar
olved this. Queries working fine. So far so good.. Thanks... On Thu, Feb 7, 2013 at 12:49 AM, Dev Kumkar wrote: > Hey went ahead and tried to query across machines and facing following > error: > > SELECT * FROM dblink_connect('host=x.x.x.x port=5432 dbname=postgres > user=postgres

Re: [ADMIN] Facing authentication error on postgres 9.2 -> dblink functions

2013-02-06 Thread Dev Kumkar
s and authentication: listen_addresses = '*' Please suggest? Thanks... On Wed, Feb 6, 2013 at 11:25 PM, Dev Kumkar wrote: > Great.. thanks a lot Laurenz Albe! > > Works perfect !! > > Regards - Dev > > > On Wed, Feb 6, 2013 at 7:00 PM, Albe Laurenz wrot

Re: [ADMIN] Facing authentication error on postgres 9.2 -> dblink functions

2013-02-06 Thread Dev Kumkar
Great.. thanks a lot Laurenz Albe! Works perfect !! Regards - Dev On Wed, Feb 6, 2013 at 7:00 PM, Albe Laurenz wrote: > Dev Kumkar wrote: > > I am using postgres 9.2 and when executing function dblink facing a > fatal error while trying to > > execute dblink_

[ADMIN] Facing authentication error on postgres 9.2 -> dblink functions

2013-02-06 Thread Dev Kumkar
Hello Everyone, I am using postgres 9.2 and when executing function dblink facing a fatal error while trying to execute dblink_connect as follows: * SELECT * FROM dblink_connect('host=127.0.0.1 port=5432 dbname=postgres password=test')* *ERROR*: could not establish connection DETAIL: FATA

[ADMIN] Access rule listing from the whole database cluster

2008-07-11 Thread Dev
. I'm also able to get acls granted in a particular database table using information_schema.role_table_grants. Is it possible to do this kind of querying across all databases hosted on the cluster without having to connect to each and query them. ? /Dev

[ADMIN] create database with template question

2008-07-10 Thread Dev
create database command and specify mytemplate i.e create database testdb template mytemplate; Everything works fine except that the table in the newly created testdb is still the user postgres, the one who created the template database. Is this expected behavior or am I missing something? /Dev

Re: [ADMIN] create role syntax

2008-07-10 Thread Dev
Well! answering my own question using " works ! /Dev --- On Thu, 7/10/08, Dev <[EMAIL PROTECTED]> wrote: From: Dev <[EMAIL PROTECTED]> Subject: [ADMIN] create role syntax To: pgsql-admin@postgresql.org Date: Thursday, July 10, 2008, 10:30 AM Hi,   Is it possible to hav

[ADMIN] create role syntax

2008-07-10 Thread Dev
Hi,   Is it possible to have numbers as role names? I tried doing something like create role 1 login createdb but I get a syntax error, however if I have an alphabet before the number it seems to work. For example like create role x1 login createdb /Dev

Re: [ADMIN] Best way to limit database sizes

2008-07-04 Thread Dev
Thanx for all the suggestions. I'm planning to go ahead with the trigger approach and locking databases for writes when it goes over the threshold! Setting hard limits looks like a bad idea ! cheers /Dev --- On Thu, 7/3/08, Tino Schwarze <[EMAIL PROTECTED]> wrote: From: Tino Schwa

Re: [ADMIN] Best way to limit database sizes

2008-07-03 Thread Dev
yes, thats an option but currently the last resort! Doesn't it get difficult to manage so many instances of servers ? Also don't we then need to keep track of different port numbers for each user/group ? /Dev --- On Thu, 7/3/08, Kevin Grittner <[EMAIL PROTECTED]> wrote: From

[ADMIN] Best way to limit database sizes

2008-07-03 Thread Dev
w informing the admin about db's getting over the threshold size. Is there anyone who has tried a better  way to limit the db sizes ? cheers /Dev

[ADMIN] diff table utility

2006-01-15 Thread sach dev
Hi All, Is  there any utility available to compare two tables Regards, Sachdev