While Creating database
Please remeber that while designing your database in postgresql using pgAdmin give UTF8 encoding,, it is easy to test your queries in pgAdmin client. Otherwise you have to give always table name in double quotesfor eg. select * from "table"
1 Comments:
there are built in tables in postgreSQL dont give their names while desgning your table
Post a Comment
<< Home