Re: [ADMIN] reg:create database

2006-03-27 Thread Jim C. Nasby
On Mon, Mar 27, 2006 at 04:57:29PM +0530, sandhya wrote: > > > In the document they mentioned that . is used as a seperator for a > > > table/column name...So Is it any way to use dot while creating a > > > table/database > > > > decibel=# create database "dot.test"; > > CREATE DATABASE > > decibel

Re: [ADMIN] reg:create database

2006-03-27 Thread Andy Shellam
sistent you want to use a dot? Can't you use underscores instead? Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sandhya Sent: Monday, 27 March, 2006 12:27 PM To: Jim C. Nasby Cc: Michael Fuhr; Postgres Subject: Re: [ADMIN] reg:create database o

Re: [ADMIN] reg:create database

2006-03-27 Thread sandhya
uot;Postgres" Sent: Monday, March 27, 2006 4:08 PM Subject: Re: [ADMIN] reg:create database > On Mon, Mar 27, 2006 at 03:03:38PM +0530, sandhya wrote: > > Dear Michale.. > > I am unable to get answer from the link you sent...Just tell me whether > > it is possible or not

Re: [ADMIN] reg:create database

2006-03-27 Thread Jim C. Nasby
On Mon, Mar 27, 2006 at 03:03:38PM +0530, sandhya wrote: > Dear Michale.. > I am unable to get answer from the link you sent...Just tell me whether > it is possible or not. > In the document they mentioned that . is used as a seperator for a > table/column name...So Is it any way to use dot whi

Re: [ADMIN] reg:create database

2006-03-27 Thread Kannan.S
Sandhya, Hope this will explain, why it is so ... http://www.postgresql.org/docs/7.4/static/ddl-schemas.html Kannan Andy Shellam wrote: In the document they mentioned that . is used as a seperator for a table/column name I would say for this very reason the answer would be No, but I m

Re: [ADMIN] reg:create database

2006-03-27 Thread Andy Shellam
> In the document they mentioned that . is used as a seperator for a > table/column name I would say for this very reason the answer would be No, but I might be wrong... Andy ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner wil

Re: [ADMIN] reg:create database

2006-03-27 Thread sandhya
: "Michael Fuhr" <[EMAIL PROTECTED]> To: "sandhya" <[EMAIL PROTECTED]> Cc: "Postgres" Sent: Monday, March 27, 2006 12:15 PM Subject: Re: [ADMIN] reg:create database > On Mon, Mar 27, 2006 at 12:11:40PM +0530, sandhya wrote: > >I want to

Re: [ADMIN] reg:create database

2006-03-26 Thread Michael Fuhr
On Mon, Mar 27, 2006 at 12:11:40PM +0530, sandhya wrote: >I want to have a database/table with dot( . ) in its name.But > i am unable to create a database with a dot in the middle of its > name..Is there any possibility of doing it?If yes pls tell me. See the documentation regarding quoted ide

[ADMIN] reg:create database

2006-03-26 Thread sandhya
Hi...      I want to have a database/table with dot( . ) in its name.But i am unable to create a database with a dot in the middle of its name..Is there any possibility of doing it?If yes pls tell me.   Thank you, Sandhya