MrCBofBCinTX
Technical User
I moved a small mysql database to postgresql
Everything seems fine.
But when I list tables, I get the following:
[tt]
...
...
public."returns"
public.products
public.purchases
public.vendor
...
...
[/tt]
I was wondering why this table is double quoted?
Is this because RETURNS is SQL?
Will I need to take any special steps if that is the case?
I would rather change the tables name if it is going to complicate my life.
Thanks
Everything seems fine.
But when I list tables, I get the following:
[tt]
...
...
public."returns"
public.products
public.purchases
public.vendor
...
...
[/tt]
I was wondering why this table is double quoted?
Is this because RETURNS is SQL?
Will I need to take any special steps if that is the case?
I would rather change the tables name if it is going to complicate my life.
Thanks