English 中文(简体)
创造地产时没有从事邮政的飞行类型?
原标题:Serial type not working on postgres when creating a Domain?
  • 时间:2011-07-05 09:40:40
  •  标签:
  • postgresql

我在MacOS X的第9号邮局问题上陷入了奇怪的问题,我有以下声明在Windows Postgres,但在MacOS员额上工作。

CREATE DOMAIN pkey_domain 附录

returns

经常资源:不存在“航空”类型

*** Error ***

ERROR: type "serial" does not exist SQL state: 42704

SERIAL是一种数据类型,得到传说的支持,为什么我无法与它一起创建一个领域? 澳门聋ult安装厂是否没有制造这种类型?

最佳回答

气质确实是一种类型,是一种宏观方法,为你确定顺序,确定该栏的违约价值等等。 这一点没有在pg_类中提及。 因此,你可以照此行事。

问题回答

暂无回答




相关问题
摘录数据

我如何将Excel板的数据输入我的Django应用? I m将PosgreSQL数据库作为数据库。

Postgres dump of only parts of tables for a dev snapshot

On production our database is a few hundred gigabytes in size. For development and testing, we need to create snapshots of this database that are functionally equivalent, but which are only 10 or 20 ...

How to join attributes in sql select statement?

I want to join few attributes in select statement as one for example select id, (name + + surname + + age) as info from users this doesn t work, how to do it? I m using postgreSQL.

What text encoding to use?

I need to setup my PostgreSQL DB s text encoding to handle non-American English characters that you d find showing up in languages such as German, Spanish, and French. What character encoding should ...

SQL LIKE condition to check for integer?

I am using a set of SQL LIKE conditions to go through the alphabet and list all items beginning with the appropriate letter, e.g. to get all books where the title starts with the letter "A": SELECT * ...